Skip to content

skrlett/weather-app

Repository files navigation

Weather App

  1. clone repo: git@github.com:Gajjela-Koushik-Reddy/weather-app.git
  2. cd weather-app
  3. create env file: touch .env
  4. add:
    VITE_WEATHER_API_KEY = ***********************
    VITE_GEO_LOCATION_API_KEY = ******************
  5. run: npm run dev
  6. to run tests: npm test

Features

  • 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

How to use

image

Weather History

image

Releases

No releases published

Packages

 
 
 

Contributors