Application to view weather information
- Clone this repo
gh repo clone emrocode/weather-app
- Go to folder and install dependencies
npm install
- Add .env file
# Replace with your personal API key obtained from https://openweathermap.org/api
VITE_API_KEY="YOUR_API_KEY_HERE"
- Run
npm run dev