React Weather App A weather app made with React and OpenWeatherMap API Requirements Get an API key from OpenWeatherMap Clone this repo Add a .env file that contains the api key REACT_APP_WEATHER_API_KEY=your_api_key Run npm install && npm start