Skip to content

This is a weather app that allows one to get a five day forecast from the Open Weather API. Data is stored in local storage to persist historical searches.

Notifications You must be signed in to change notification settings

david-leverenz/weather-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Weather Dashboard

Users can use this page to search for the current weather and 5-day forecast using a city name.

Description

You can see the weather outlook for multiple cities so that you can plan a trip accordingly.
When you search for a city you are presented with current and future conditions for that city and that city is added to your search history.
When you view current weather conditions for that city you are presented with the city name, the date, an icon representation of weather conditions, the temperature, the humidity, and the wind speed.
When you view future weather conditions for that city you are presented with a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, the wind speed, and the humidity.
When you click on a city in the search history you are presented with current and future conditions for that city.
The search history is only updated when a new city is searched (it will not keep adding the same city to the history list).
Behind the scenes the page is calling an open weather api (cited below), getting the latitude and longitude for the city name entered, and then executing another api call to get the weather.

Links

https://github.com/david-leverenz/weather-dashboard
https://david-leverenz.github.io/weather-dashboard/

Screenshot

image

Getting Started

N/A

Dependencies

N/A

Installing

N/A

Help

N/A

Authors

David Leverenxz (lead developer)
Poornima (assisted with some of the finishing touches)

Version History

Version 1.0 Initial Release

License

N/A

Acknowledgments

This website uses:

About

This is a weather app that allows one to get a five day forecast from the Open Weather API. Data is stored in local storage to persist historical searches.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published