Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dj0nny/weather-app
- Owner: dj0nny
- Created: 2020-07-12T08:07:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:23:59.000Z (about 2 years ago)
- Last Synced: 2024-11-08T20:17:05.180Z (3 months ago)
- Topics: app-ideas, bootstrap, javascript, localstorage, vue, vuejs, weather-app
- Language: Vue
- Homepage:
- Size: 2.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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`.