An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Weather Dashboard

## Description
![Screenshot of the weather dashboard](weather-preview.png)

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