https://github.com/gentieman/simple-weather-vue3
A simple weather service written in Vue 3
https://github.com/gentieman/simple-weather-vue3
simple-weather-app vue3 weather
Last synced: 2 months ago
JSON representation
A simple weather service written in Vue 3
- Host: GitHub
- URL: https://github.com/gentieman/simple-weather-vue3
- Owner: GentIeman
- License: mit
- Created: 2022-02-26T11:47:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T12:38:02.000Z (9 months ago)
- Last Synced: 2025-01-31T08:43:55.059Z (4 months ago)
- Topics: simple-weather-app, vue3, weather
- Language: Vue
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple weather vue3 π¦οΈ
[](LICENSE)
[](https://vuejs.org)
[](https://www.npmjs.com/)
[](https://vitejs.dev/)> A simple weather service written in Vue 3 + composition API
- [Demo](#demo)
- [Install](#install)
- [Stack](#stack)
- [License](#license)## Demo
To view a demo online: [Simple weather](https://weather-vue3.netlify.app/)
## Install
To view demo examples locally clone the repo and run ``npm install && npm run dev``
## Stack
### Frontend π¨
- Build tool: [Vite](https://vitejs.dev/)
- Framework: [Vue 3](https://vuejs.orπ¨π¨g/) (Composition API)
- CSS Preprocessor: [Sass](https://sass-lang.com/)### Backend βοΈ
- Deploy: [Netlify](https://www.netlify.com/)
- API: [Free Weather API](https://www.weatherapi.com/)## License
MIT