A simple weather app made with create-react-app
- An API key is provided for you, if you want one visit: here
After you acquire an API key edit utils/getWeather.js line 5 and enter your api key.
- Clone the repository
- Run
yarn install
from inside the repository - Run
npm start
oryarn start
. Your default browser will automatically open the app. You can also access it from http://localhost:3000/