WeatherWarden in a Browser
WeatherWarden is a simple weather site I built from the ground up with basic HTML, CSS, and Javascript.
It uses the geolocation feature of a web browser to retrieve the user’s location and pass the coordinates to each weather request. Two APIs are used:
- OpenWeatherMap is the source of the main weather data
- WeatherBit is the source of the severe weather alerts when applicable
JSON from the initial request is sorted into current, hourly, and daily sections.
CSS of the site enables resolution scaling of the UI and provides compatilbility with mobile devices.
WeatherWarden on a Mobile Device