Skip to content

martinmondaca/Weather_Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather_Dashboard

Description

The motivation for building this application was the desire to create an application that uses jQuery and the OpenWeather third-party API in order to dynamically update HTML and CSS. This application also uses the Web Storage API.

The reason for building this specific project was the need for an application that displays the weather outlook for a selected city.

The OpenWeather API was used for retrieving the current day's temperature, humidity, wind speed, and uv index. It was also used to display the temperature and humidity for the following 5 days.

Some challenges faced during ths project were ensuring the correct interpretation and implementation of the information received from the OpenWeather API, and ensuring that the API calls worked in tandem with the rest of the application.

Application Image(s)

Screenshot of Weather Dashboard

Installation

No prior installation is required to use the Weather Dashboard application.

Usage

  1. Head to the deployed link that is provided further down.
  2. On first use the application will only display the Weather Dashboard header and a search field.
  3. Type in the name of the city for which you would like weather information.
  4. You will then see a display with the city name, current date, temp, humidity, wind speed, uv index, and an icon representing the weather conditions.
  5. Below that you will view the forecast for the following five days. Each day will display the date, temp, humidity, and an icon representing the weather conditions.
  6. The 7 most recent cities that you searched for will be saved on the left-hand side under the search field.
    1. You can click on any of the cities in order to display the weather outlook for that city.
  7. When you return to the application you will see the weather outlook for the last city that you manually searched for.

Deployed Link

https://martinmondaca.github.io/Weather_Dashboard/

Technologies Used

License

Licensed under MIT license.

About

Weather Dashboard is an application that allows you to view the current weather for a selected city. You can also view a 5-day forecast for that specified location.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published