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
- Host: GitHub
- URL: https://github.com/mozzius/ovo-weather
- Owner: mozzius
- Created: 2019-12-10T18:20:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T00:01:41.000Z (over 2 years ago)
- Last Synced: 2025-03-19T20:52:29.000Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://ovo-weather.now.sh
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```