React application that is using REST Countries API and Open Weather API. It shows detailed information about countries. Today's weather is shown for the countries' capitals.
! Important: To run this project you need to get a key from OpenWeather API.
- Clone repository
- Run
npm install
to install dependencies - Create
.env
file. - Add your own weather API key in the
.env
file:
"REACT_APP_API_KEY=YOUR_OWN_WEATHER_API_KEY_HERE"
- Run
npm start
to start the application