Skip to content

Leftium/weather-sense

Repository files navigation

WeatherSense

User-friendly, actionable weather forecasts.

image

Notes for devs

API Keys

The main API used is Open-Meteo, where API keys are optional (for non-commercial use).

Extra optional API keys:

Copy .env.example to .env, add your own keys

WeatherSense uses SvelteKit as a base. (Open for more details...)

Developing

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 -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published