Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dgknbtl/vue-weather
- Owner: dgknbtl
- License: mit
- Created: 2020-05-06T18:25:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:14:31.000Z (about 2 years ago)
- Last Synced: 2025-01-03T17:53:53.248Z (4 days 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
![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/).