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

https://github.com/mozzius/ovo-weather

weather app using the openweathermap api
https://github.com/mozzius/ovo-weather

Last synced: 28 days ago
JSON representation

weather app using the openweathermap api

Awesome Lists containing this project

README

          

# ovo-weather

A simple weather app using Open Weather Map's API

You can see it live at https://ovo-weather.now.sh/

## Building etc

Install dependencies using `yarn`, then start the development server using:

```
yarn start
```

Alternatively, you can built it using:

```
yarn build
```