Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo0432/weatherly
The project provides users with up-to-date weather information. This information is presented in the form of forecasts. The project offers three types of data: current weather conditions, a short-term forecast for the next seven days, and a detailed forecast for the current day.
https://github.com/neo0432/weatherly
axios axios-vue javasript mocha-chai tailwind vite vue-splide vue3 vueuse weather-forecast
Last synced: about 1 month ago
JSON representation
The project provides users with up-to-date weather information. This information is presented in the form of forecasts. The project offers three types of data: current weather conditions, a short-term forecast for the next seven days, and a detailed forecast for the current day.
- Host: GitHub
- URL: https://github.com/neo0432/weatherly
- Owner: Neo0432
- Created: 2024-07-31T16:29:51.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T11:59:40.000Z (about 1 month ago)
- Last Synced: 2024-12-14T12:30:06.744Z (about 1 month ago)
- Topics: axios, axios-vue, javasript, mocha-chai, tailwind, vite, vue-splide, vue3, vueuse, weather-forecast
- Language: Vue
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weatherly
The project provides users with up-to-date weather information. This information is presented in the form of forecasts. The project offers three types of data: current weather conditions, a short-term forecast for the next seven days, and a detailed forecast for the current day.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```