- Sign up over at openweathermap.org to get an API key.
- Fork the project and clone it locally.
- Create a file at the root of the project called
.env
with the following contents:
REACT_APP_APP_ID = The API key you obtained from openweathermap.org
This project was bootstrapped with Create React App.