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

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

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
![Desktop View](assets/desktop-view.png)

Mobile Layout

![Mobile View](assets/mobile-view.png)

* 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)