The goal of this project was to create a weather dashboard that allows the user to see the weather outlook for multiple cities.
This was done by using html, javascript, and the OpenWeather API.
When the user views the page, they are presented with a search bar that instructs them to search for a city. I was able to take this imput and use it in an Ajax request, however the information I needed required two requests so I nested my second request inside the first. Following this I used javascript to dynamically populate the page with information on the city name, the date (thanks to moment.js), weather conditions with an ICON! (which took some experimentation and help from OpenWeather's documentation for me to understand how to accomplish) also temperature, humidity, wind speed, and the UV index.
I also included a section below the current weather conditions; a 5 day forcast that shows the weather conditions, temp, and humidity. as an added bonus the user can view their recent searches under the search bar and click on them to get that city's weather information. When the user closes out of the window and returns their most recent search will still be there.
here is a link to the deployed site:

