Skip to content

Commit

Permalink
Updated README + modified formatting of cities
Browse files Browse the repository at this point in the history
  • Loading branch information
iatenine committed Aug 14, 2021
1 parent 51dcbcd commit 67c46d0
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 297 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ a city and be provided with both current weather and a 5-day forecast of that ci
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

Desktop Layout
![Desktop View](assets/desktop-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

Mobile Layout

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

[Open Weather OneCall API](https://openweathermap.org/api/one-call-api)
[Open Weather OneCall API](https://openweathermap.org/api/one-call-api)
Loading

0 comments on commit 67c46d0

Please sign in to comment.