geo-city-weather

Created a weather dashboard that will run in the browser and feature dynamically updated HTML and CSS. Used third party API 5 Day Weather Forecast to retrieve weather data for cities

Retrived forecast weather using latitude and longitude coordinates

Following image showing weather dashboard with 5 days weather forecast and cities retireved from localstorage.

       ![weather dashboard](/assets/images/displayTemp.png)

Third Party API is used for weather forecast, API base URL https://api.openweathermap.org/data/2.5/forecast?lat={lat}&lon={lon}&appid={API key}

Deploy Link : https://amandeepsandhu13.github.io/geo-city-weather/

GitRepo Link: https://github.com/amandeepsandhu13/geo-city-weather