https://github.com/kimcc/weather-dashboard
Weather dashboard with 5-day forecast
https://github.com/kimcc/weather-dashboard
openweather-api tailwindcss weather
Last synced: 22 days ago
JSON representation
Weather dashboard with 5-day forecast
- Host: GitHub
- URL: https://github.com/kimcc/weather-dashboard
- Owner: kimcc
- Created: 2021-08-02T03:10:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T04:27:41.000Z (about 4 years ago)
- Last Synced: 2025-01-18T12:28:57.826Z (over 1 year ago)
- Topics: openweather-api, tailwindcss, weather
- Language: JavaScript
- Homepage: https://kimcc.github.io/weather-dashboard
- Size: 497 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Dashboard
## Description

The weather dashboard displays a searched location's weather and its five-day forecast. It uses the OpenWeather API to pull a location's temperature, UV index, humidity, windspeed, and associated weather icon. A color badge will display depending on which category the UV index falls into: low, medium, or high.
Previously searched locations are saved to local storage and can be accessed from the search input dropdown. If no saved locations exist, "New York" will automatically be entered as the search.
[https://kimcc.github.io/weather-dashboard](https://kimcc.github.io/weather-dashboard)
## Tools
- OpenWeather API
- Tailwind CSS