A 3 day London weather forecast application, that displays live data fetched from WeatherAPI.
- 3 day weather forecast with dates, icons, temperatures and conditions
- Responsive design across mobile and desktop
- Error handling for API requests
- Vite
- WeatherAPI
- VanillaJS
- HTML
- CSS
- Clone the repo from GitHub
- Run
npm install - Add your API key to .env file as
VITE_API_KEY=yourkey - Run
npm run dev