A React app using the OpenWeatherMap API that allows anonymous users to input their mood each day corresponding to the weather.
- Get an OpenWeatherMap API Key
- Create .env at root, add
REACT_APP_OWM=yourkeyhere
npm install
yarn start
- Visit localhost:3000 in your browser.