https://github.com/atumv/weather
:partly_sunny: Weather application using OpenWeatherMap API.
https://github.com/atumv/weather
react
Last synced: 2 months ago
JSON representation
:partly_sunny: Weather application using OpenWeatherMap API.
- Host: GitHub
- URL: https://github.com/atumv/weather
- Owner: atumv
- Created: 2021-04-29T11:14:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T09:19:08.000Z (about 3 years ago)
- Last Synced: 2025-03-02T11:33:40.573Z (3 months ago)
- Topics: react
- Language: JavaScript
- Homepage: https://atumv.github.io/weather
- Size: 5.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
Weather application using [OpenWeatherMap API](https://openweathermap.org/api).
## Install
```sh
git clone https://github.com/atumv/weather.git && cd weather && npm i
```## Running
```sh
npm start
```