Svelte Weather
A 14-day weather forecast app built with Svelte 5, powered by Open-Meteo.
Features
- Current weather with temperature, humidity, pressure, and wind
- 14-day forecast displayed in two rows of 7
- Geolocation-based (falls back to New York)
- Responsive dark mode design
- No API key required
Setup
npm install
npm run build
npm start
The app runs on http://localhost:3000.
For development with live reload:
npm run dev
Tech stack
License
MIT