Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dj0nny/weather-app

A weather application to get the temperature, weather condition and whether it is day or night of a particular city using accuweather
https://github.com/dj0nny/weather-app

app-ideas bootstrap javascript localstorage vue vuejs weather-app

Last synced: about 1 month ago
JSON representation

A weather application to get the temperature, weather condition and whether it is day or night of a particular city using accuweather

Awesome Lists containing this project

README

        

# Weather App

Idea from [here](https://github.com/florinpop17/app-ideas)

Demo: [CodePen](https://codepen.io/dj0nny/pen/vYLaROJ)

**Tier:** 1-Beginner

A weather application to get the temperature, weather condition and whether it is day or night of a particular city using `accuweather`. A free weather api.

## User Stories

- [x] Enter the name of a city into the `input` field.
- [x] By pressing enter, the user submits the name of the city which updates the `DOM` with the temperature, weather condition, image of day or night and weather condition icon.

## Bonus features

- [x] By closing the browser window the city name will be stored in localStorage and when the user returns, the name will be retrieved to make an api call to update the `DOM`.