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

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

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