Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.24 KB

Travel Weather Planner

This is a Weather app to get a 7 day forecast.

Functionality

It uses the Open weather api to search a city and fetch geographical coordinates (latitude, longitude). Once it retrieves the coordinates another function makes an api call to Open Weather for the forecast. Out of the forecast array I have chosen to include the low temp, high temp, uv index wind speed and humidity.

Code Snip

Site Using one api call to feed the second call latitude and longitude.

Built With

Deployed Link

Author Alix Friedman

Acknowledgments

I would like to thank my class TA for finding the { missing when I was troubleshooting deployment issues.