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

https://github.com/clouby/weather-ts-app


https://github.com/clouby/weather-ts-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Weather TS App

image

> [Live Demo](https://weather-ts-app.vercel.app/)

## Resources

- [OpenWeatherAPI](https://openweathermap.org/)

## Available Scripts

In the project directory, you can run:

### `npm start`

Before start you need to create a file called `.env` and include the following variable:
```env
REACT_APP_OPENWEATHER_API_KEY=
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.