Simple web page that searches weather in your location powered via https://openweathermap.org/api. Example in https://carteagas-weather-app.netlify.app/
You need .env file with the next variables:
- REACT_APP_API_KEY: api key from https://openweathermap.org/api
Command to install
npm install
Command to start in local enviroment
npm run start