Server-Side API: Weather Dashboard. This application provides current weather from any city that is searched along with a five day forecast. This is made possible by gathering information from the open weather API.
The weather dashboard provides current weather of any city that a user searches along with a five day forecast. Previously searched city will be saved in local storage and a button of each city will be saved on the page. A user can click on the prevously searched city to get the updated current weather conditions.
To install necessary dependencies, run the following command:
npm i
Search for any city in the search bar. The current weather for that city will display on the page. To view the current weather for a preeviously searched city, click on the button for that city listed on the page.
This application was created with help from
To run tests, run the following command:
npm test
If you have any questions please email me at jongudenzi@gmail.com
If you would like to see more of my work you can check out my GitHub profile at GitHub Profile