Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.2 KB

README.md

File metadata and controls

49 lines (37 loc) · 2.2 KB

OpenWeather Dashboard

Description

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.

Installation

The repository can be accessed at https://github.com/danielfloresd/openweather-dashboard/

Usage

To view the website, please visit https://danielfloresd.github.io/openweather-dashboard/


Credits

Started code & reset.css provided by UofA bootcamp. Weather data provided by https://openweathermap.org.

License: MIT