Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaitherdb/weather-dashboard
This web application presents a Weather Dashboard in which a user can search for city and get the current weather and five day weather forecast.
https://github.com/gaitherdb/weather-dashboard
javascript localstorage third-party-api
Last synced: 11 days ago
JSON representation
This web application presents a Weather Dashboard in which a user can search for city and get the current weather and five day weather forecast.
- Host: GitHub
- URL: https://github.com/gaitherdb/weather-dashboard
- Owner: Gaitherdb
- License: mit
- Created: 2021-06-29T18:12:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T00:29:28.000Z (over 3 years ago)
- Last Synced: 2024-12-04T10:12:01.338Z (2 months ago)
- Topics: javascript, localstorage, third-party-api
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather-Dashboard
This web application presents a Weather Dashboard in which a user can search for city and get the current weather and five day weather forecast.
*Note:* City searched will result in the most populated city with that name.
## Functionality
* Input a city in the Search Bar
* Weather for the current day and the next five days is displayed
* City name, date, weather icon, temperature, humidity, wind speed & UV index are displayed for current day
* UV index color indicates how severe the conditions are
* Five day forecast presents the date, weather condition icon, temperature, wind speed & humidity
* Previous searched cities are added to search history and are clickable to again present that city's weather conditions## Additional Info
![image](./assets/WeatherDashboard.png)
Deployed [Weather Dashboard](https://gaitherdb.github.io/Weather-Dashboard/) site on Github.
All API data is provided by OpenWeatherMap.com
This app is not fully designed for different media screen sizes
**Version 1.0**