Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.85 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.85 KB

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: