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

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.

Awesome Lists containing this project

README

        

# Weather App
Weather application using [OpenWeatherMap API](https://openweathermap.org/api).

![](/assets/preview.png)

## Install

```sh
git clone https://github.com/atumv/weather.git && cd weather && npm i
```

## Running

```sh
npm start
```