User-friendly, actionable weather forecasts.
The main API used is Open-Meteo, where API keys are optional (for non-commercial use).
Extra optional API keys:
- https://openweathermap.org/api (For reverse geocoding)
- https://stadiamaps.com/ (For maps on non-localhost domains)
Copy .env.example to .env, add your own keys
WeatherSense uses SvelteKit as a base. (Open for more details...)
After installing dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
