Skip to content

Search for a city to find current and forecasted weather data. Searched cities are saved for easy searching later, and search history can be deleted.

Notifications You must be signed in to change notification settings

GrinninBarrett/weather-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Weather Dashboard

This project focuses on using the Open Weather One-Call API to create a weather dashboard allowing users to search for their city (or any city) and see the current weather as well as a 5-day forecast for that city.

I used localStorage to add searched cities to the history. This ensures an intuitive, efficient user experience for quickly returning to previous searches.

The difficult thing for this project was, of course, to successfully request and use data from the Open Weather One Call API. It wasn't as difficult as I expected, but it was a wonderful learning experience. The first step was to get the coordinates based on a city name, and then use those coordinates to retrieve the weather data. I became more comfortable with error handling, and even made use of that to bring up a tooltip to let users know their search wasn't successful (no cities found).

Technologies Used

HTML 

CSS 

JavaScript 

Open Weather One-Call API 

Screenshot of completed application:

Screenshot of Tucker's completed Weather Dashboard

Link to deployed application:

Tucker Barrett's Weather Dashboard

License

License

Contact Me

[email protected]

About

Search for a city to find current and forecasted weather data. Searched cities are saved for easy searching later, and search history can be deleted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published