https://github.com/iatenine/weather-dashboard
Simple weather dashboard that displays current weather conditions for a specified city. Features include: 5-day forecast, autocomplete, responsive design, local search history and user-friendly error handling
https://github.com/iatenine/weather-dashboard
api-client forecast mobile-responsive weather
Last synced: about 1 year ago
JSON representation
Simple weather dashboard that displays current weather conditions for a specified city. Features include: 5-day forecast, autocomplete, responsive design, local search history and user-friendly error handling
- Host: GitHub
- URL: https://github.com/iatenine/weather-dashboard
- Owner: iatenine
- License: bsd-3-clause
- Created: 2021-08-11T02:33:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T04:31:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T04:35:44.689Z (over 1 year ago)
- Topics: api-client, forecast, mobile-responsive, weather
- Language: JavaScript
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Dashboard
## Description
This project aims to provide a weather dashboard where a user can enter the name of
a city and be provided with both current weather and a 5-day forecast of that city.
Indicators deemed relevant for this dashboard include, temperature, wind speed and
UV index. The search history of cities is also stored on the user's machine locally
[Live Link](https://github.com/iatenine/weather-dashboard/deployments/activity_log?environment=github-pages)
Desktop Layout

Mobile Layout

* Autocomplete is based off user's local storage state on load combined with [a list of US cities](https://gist.github.com/Miserlou/c5cd8364bf9b2420bb29) filtered to only include those with populations greater than 100,000
## License
This project is licensed under the [BSD-3 Clause Revised License](https://github.com/iatenine/weather-dashboard/blob/main/LICENSE)
## Technologies Used
- Javascript
- JQuery
- Bootstrap
- HTML
- CSS
- OpenWeather One Call API
## APIs
[Open Weather OneCall API](https://openweathermap.org/api/one-call-api)