Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloilya/vue-weather-app
Simple weather application based on Vue 3
https://github.com/helloilya/vue-weather-app
vue3 vuejs vuex weather-api
Last synced: 16 days ago
JSON representation
Simple weather application based on Vue 3
- Host: GitHub
- URL: https://github.com/helloilya/vue-weather-app
- Owner: helloilya
- License: mit
- Created: 2020-02-03T21:09:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T07:23:11.000Z (over 3 years ago)
- Last Synced: 2024-11-23T02:14:13.766Z (3 months ago)
- Topics: vue3, vuejs, vuex, weather-api
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Weather App
> Simple weather application based on Vue 3
### Demo
You can check the live example [here](http://fedotov.work/weather/).
### Development
Please use the following [cli](https://cli.vuejs.org/config/) commands:
```
npm run serve
npm run build
npm run lint
npm run test:unit
```Configuration options for eslint can be found [here](https://eslint.vuejs.org/rules/).
### Linters
The docs for list rules can be fount on [eslint](https://eslint.org/docs/rules/) or [github](https://github.com/benmosher/eslint-plugin-import/tree/master/docs/rules).
### Changelog
* 0.4.1 — Create `useLocationSuggestion` composable; Improve location search.
* 0.4.0 — Migration to Vue 3; Support dark theme.
* 0.3.0 — Support `location` query param.
* 0.2.0 — Integration with GeoDB API.
* 0.1.0 — Initial release.## License
MIT © [Ilya Fedotov](http://fedotov.me).