Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dgknbtl/vue-weather

Weather app using Vue.js 2, OpenWeatherMap.
https://github.com/dgknbtl/vue-weather

openweathermap vue-weather vuejs weather weather-app

Last synced: 4 days ago
JSON representation

Weather app using Vue.js 2, OpenWeatherMap.

Awesome Lists containing this project

README

        

![weather-app](https://user-images.githubusercontent.com/10329339/81182168-23765980-8fb6-11ea-8be9-464567cb0aa5.gif)

# vue-weather-app
Weather app using Vue.js, OpenWeatherMap. [Demo](https://dogukanbatal.github.io/vue-weather-app/)

## Project setup
```
npm install
```
### API Key
- Create Api Key from [OpenWeatherMap](https://openweathermap.org).
- Enter the key on the line below in **src/store/store.js**
```javascript
apiKey: "YOUR_API_KEY"
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).