Working on trying to create a widget for the site using HTML and JS to pull weather (astro related) data in from a remote service (WeatherStack) and using CloudFlare GeoIP for geolocation of the user based upon their IP.
I have forgotten how much I hated dealing with HTML and JS integration since it's been a few years since I've done it. And I can't really "play" with it much as the weather API provider limits the number of calls on their free tier and I'm too cheap to pay for a few months of the service just to see if I can get it working.
I'm getting close using some sample code, but still have to get the CloudFlare GeoIP to work instead of the geolocation service I have coded currently.
Honestly... I'm almost tempted to see about engaging a 3rd party do to it as it should be fairly simple to do for those familiar with it. It's been about 8 years since I did anything like it.
I have forgotten how much I hated dealing with HTML and JS integration since it's been a few years since I've done it. And I can't really "play" with it much as the weather API provider limits the number of calls on their free tier and I'm too cheap to pay for a few months of the service just to see if I can get it working.
I'm getting close using some sample code, but still have to get the CloudFlare GeoIP to work instead of the geolocation service I have coded currently.
Honestly... I'm almost tempted to see about engaging a 3rd party do to it as it should be fairly simple to do for those familiar with it. It's been about 8 years since I did anything like it.