Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 303 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 303 Bytes

React Weather App

A weather app made with React and OpenWeatherMap API

Requirements

  1. Get an API key from OpenWeatherMap
  2. Clone this repo
  3. Add a .env file that contains the api key REACT_APP_WEATHER_API_KEY=your_api_key
  4. Run npm install && npm start