Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windate3411/vue-weather
30 Days challenge-13 A simple weather app.
https://github.com/windate3411/vue-weather
Last synced: about 1 month ago
JSON representation
30 Days challenge-13 A simple weather app.
- Host: GitHub
- URL: https://github.com/windate3411/vue-weather
- Owner: windate3411
- Created: 2020-02-08T15:30:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:46:41.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T07:41:46.836Z (7 months ago)
- Language: Vue
- Size: 4.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-weather
## Description
30 Days challenge-13 A simple weather app.
vue-weather is a simple weather app which built with the followings and delpoy on [netlify](https://www.netlify.com/).+ [vue.js](https://vuejs.org/)
+ [vue-cli](https://cli.vuejs.org/)
+ [openWeather API](https://openweathermap.org/)You can simply check out different cities' weather anywhere in the world.
The default loction is where I currently am,Taichung.
If the place you search for is hotter than 16 °C ,the background will change.## Project preview
![image](https://github.com/windate3411/vue-weather/blob/master/demo.gif)
## Project Demo
Try [this link](https://competent-hopper-517978.netlify.com/) for a live demo.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```## Author
Danny Wang