- clone repo:
git@github.com:Gajjela-Koushik-Reddy/weather-app.git cd weather-app- create env file:
touch .env - add:
VITE_WEATHER_API_KEY = ***********************
VITE_GEO_LOCATION_API_KEY = ****************** - run:
npm run dev - to run tests:
npm test
- caches the data for 1hr in local storage or can be cleared any time.
- does a theme change (dark or light)
- displays current weather
- displays weather forcast for next 6 days
- search activates after pressing
enter