$ git clone https://github.com/drm-code/react-weather.git
$ cd react-weather
$ npm install
$ touch .env
Write 3 variables in this file:
- REACT_APP_API_URL=http://api.openweathermap.org/data/2.5
- REACT_APP_ICONS_URL=http://openweathermap.org/img/w
- REACT_APP_API_SECRET=480a3df3acbebf88f3edbf0663e5d40b
$ npm start