Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 589 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 589 Bytes

WeatherWidget

  • A simple weather widget using a ReactJs and OpenWeatherMap API
  • It was created to practice React framework basics

wether-image

Running

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

License

MIT