Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```