mirror of
https://github.com/hazemKrimi/react-weather-app.git
synced 2026-05-01 18:30:25 +00:00
303 B
303 B
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