Weather in West Long Branch 07764
This is crazy. As a diversion, I decided to look at the NOAA weather data and found the current API. https://www.weather.gov/documentation/services-web-api
I found all I had to do was append my coordinates to an API endpoint to get my forecast using:
https://api.weather.gov/points/40.2879,-74.0200
https://api.weather.gov/gridpoints/PHI/87,97/forecast
Normally, at this point, I'd take an hour or two to write a nice HTML render of that data. This time, I asked Google's Gemini AI to create a nice HTML page.
This is what Gemini came up with in 5 seconds after providing it with the URL to the forecast and asking it to create the HTML. It's absolutely amazing how much time I save on the grunt work when programming. We live in a great new world.
On the downside, Gemini is terrible at picking horses. Can't have it all.