This minimalistic weather app take the user's geolocation and gives an animated forecast, complete with backgrounds for each weather condition. Visit the app
- Geolocated weather
- 7-day forecast
- Animated backgrounds and icons
You will need node and npm installed in your computer to run this app.
Clone the project
git clone https://github.com/maximoospital/Climapp.gitGo to the project directory
cd ClimappInstall requirements
npm installlRun app
npm startTo be able to use the OpenWeatherMap API to get the weather and forecast, you should first get an account and a Free Weather API Key at the OpenWeatherMap website and insert it in the .env file at the root directory on the following line,
REACT_APP_API_KEY =Visit app
localhost:3000


