Rendering the forecast from the API #785
jquagga
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
So I've been playing around with the API and put together a small web app that runs in the browser, polls the point, alerts, forecast, and forecastHourly. It uses browser geolocation and then builds an 8-hour graph of temperature, apparent temperature, and POP. This is followed by 3 days of daily text forecasts. And then the page finally shows the radar on leaflet from the NOAA WMS. This has everything I wanted from a weather app and all from the weather.gov API (other than the leaflet basemap and support libraries, etc.).
It's nothing special and I'm still tinkering with the code but it's been fun. The code is over here on github.
This is what it looks like on a recent iPhone at the moment:
Beta Was this translation helpful? Give feedback.
All reactions