/weather-app

Weather interface with search functionality

Primary LanguageJavaScript

weather-app

Weather-Interface with search functionality

link

Launch Weather-Interface Here

usage

Search for a city in the top left of the app, the city will populate in a list-group. On click of a city within the list-group a few api calls will be made against openweather. This will populate current weather for the selected city as well as a 5 day forcast that shows the weather for that city at 3pm for the next 5 days. The search functionality will default to the United States.

The app also saves the history of searched cities into localStorage. If you have searched for cities previously it will load the last searched city when the application has loaded.

todo

  • Add functionality to load the current location if no cities have been searched previously
  • Add fuctionality to clear list of cities if the user so chooses

screenshots

  • shows list of previously searched cities and the load of the last searched city

  • image

  • shows blank app if nothing has been previously searched (item in todos)

  • image