Weather Dashboard is a simple application utilizing several API calls from openweathermap.org to provide the user several forecasts based on the city searched for. The three APIs utilized retrieve a forecast for the current weather, a five-day forecast, and the UV index for the city searched for.
Besides displaying the appropriate data from those JSON objects, this application also displays images based on the forecast for that city. It also creates a search history within local storage to allow the user to conveniently view cities they had already searched for.
This project utilized HTML, CSS, Javascript languages, and ajax call functions to retrieve the appropriate information from the API, while also parsing the JSON object returned to it.
Weather Dashboard works in any web browser, and is deployed here
Please feel free to iterate on my work if you so desire!
For any questions related to this project or any of my other work, please contact me at jamesspericles@gmail.com.