https://github.com/jd-rowley/weather-dashboard
A weather app that lets the user search for cities and see the current weather as well as a 5-day forecast.
https://github.com/jd-rowley/weather-dashboard
css3 html5 javascript third-party-api
Last synced: about 12 hours ago
JSON representation
A weather app that lets the user search for cities and see the current weather as well as a 5-day forecast.
- Host: GitHub
- URL: https://github.com/jd-rowley/weather-dashboard
- Owner: JD-Rowley
- Created: 2021-08-24T23:12:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T22:51:59.000Z (almost 5 years ago)
- Last Synced: 2025-11-18T14:37:52.340Z (7 months ago)
- Topics: css3, html5, javascript, third-party-api
- Language: JavaScript
- Homepage: https://jd-rowley.github.io/weather-dashboard/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Dashboard
This application is a weather dashboard that utilizes a server-side API called OpenWeather One Call API.
This application is designed for travelers to easily track present and future weather conditions in numerous cities with ease.
When users search for a city they will be presented with:
* The city name
* The date
* An icon representation of weather conditions
* Temperature
* Humidity
* Wind speed
* UV index
* The current and future conditions for that city
* Have that city added to their search history
Upon viewing the UV index, the user is presented with a color that indicates the conditions labeled:
* Favorable
* Moderate
* Severe
When viewing the future conditions for the city, they are given a 5-day forecast that displays:
* The date
* An icon representation of weather conditions
* The temperature
* Wind speed
* Humidity
Deployed URL: https://jd-rowley.github.io/weather-dashboard/
