This project aims to implement a weather forcast dashboard using the openweathermap.org API. The dashboard has the following features:
- City based search for weather forcast information.
- Display today's city weather information including: Temperature, weather description, humidity and wind speed.
- Hourly weather forcast for the next 5 hours.
- Next 5 days weather forecast.
- Selector for temperature units (°F/°C).
- Search city history stored in local storage.
- Clear search 🗑 button
- Link to the openweathermap.org weathermap for temperature information on the city's surrounding area
The application is implemented using jQuery,Bootstrap, and the openweathermap.org weather API. The website also features a responsive desing.
The repository can be accessed at https://github.com/danielfloresd/openweather-dashboard/
To view the website, please visit https://danielfloresd.github.io/openweather-dashboard/
Started code & reset.css provided by UofA bootcamp. Weather data provided by https://openweathermap.org.