- A simple weather widget using a ReactJs and OpenWeatherMap API
- It was created to practice React framework basics
To get the API response a user should visit OpenWeatherMap to get his own API key
The Key should be put in the .env
file under REACT_APP_WHEATHER_API_ID
key
To serve the project
npm start
To install dependencies
npm install
To build the project
npm build