This is a web app implemented in React to display the weather forecast for different stations
https://weather-app-fb04a.web.app/
NodeJS >= 14.x Npm >= 6.14
All configurations could be set in .env file
REACT_APP_WEATHER_API=https://api.weather.gov
REACT_APP_WEATHER_APP=weather-app-fb04a.web.app
REACT_APP_WEATHER_EMAIL=claviro85@gmail.com
REACT_APP_GEOCODING_API=https://geocoding.geo.census.gov
npm start
npm run build