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

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.

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/

![screenshot](https://user-images.githubusercontent.com/86571612/131745459-e5e69a02-06b1-4e00-9869-025c6cc00e4e.jpg)