https://github.com/dodycode/weather-app
Simple forecast weather app that built using VueJS
https://github.com/dodycode/weather-app
Last synced: 3 months ago
JSON representation
Simple forecast weather app that built using VueJS
- Host: GitHub
- URL: https://github.com/dodycode/weather-app
- Owner: dodycode
- Created: 2019-04-14T15:28:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T02:27:34.000Z (about 4 years ago)
- Last Synced: 2025-05-19T01:37:49.722Z (about 1 year ago)
- Language: Vue
- Homepage: https://dodycode-weather.now.sh
- Size: 115 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app
Simple forecast weather app that build with VueJS.
### Materials
* [DarkSky API](https://darksky.net)
* [Skycons](https://darkskyapp.github.io/skycons)
* [Vue Skycons](https://github.com/timleland/vue-skycon)
* [Vue Resource](https://github.com/pagekit/vue-resource)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### Notes
This project made for practice purposes