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

https://github.com/oscargonzalezdev/weather-app

Weather forecast web app using Vue.js 3 and OpenWeather API
https://github.com/oscargonzalezdev/weather-app

Last synced: 9 months ago
JSON representation

Weather forecast web app using Vue.js 3 and OpenWeather API

Awesome Lists containing this project

README

          

# weather-app

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```