Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.14 KB

Weather-Dashboard

Module 6 - Server-Side APIs Challenge

This application is a weather dashboard for you to see weather outlook for multiple cities

Installation

N/A

Usage

  • Go to https://heidiwu3388.github.io/Weather-Dashboard/
  • Input a city for searching, hit the "enter" key or click the "Search" button, then the current and future weather for that city will be shown. The city will also be added to the list of the search history right under the "search" button.
  • You can also click on a city in the search history to see the current and future weather of that city.
  • For the current weather: the city name, the date, an icon representation of weather conditions, the temperature, the humidity and the wind speed will be shown.
  • For the future weather: a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, the wind speed and the humidity will be shown.
  • When the application reloads, the city search history persists.

Screenshot

Weather-Dashboard

Credits

N/A

License

None