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: 9 months ago
JSON representation
Weather app using Vue.js 2, OpenWeatherMap.
- Host: GitHub
- URL: https://github.com/dgknbtl/vue-weather
- Owner: dgknbtl
- License: mit
- Created: 2020-05-06T18:25:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:14:31.000Z (over 3 years ago)
- Last Synced: 2025-04-09T11:24:18.448Z (about 1 year ago)
- Topics: openweathermap, vue-weather, vuejs, weather, weather-app
- Language: Vue
- Homepage: https://dgknbtl.github.io/vue-weather-app/
- Size: 4.41 MB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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/).