Weather app for vremetolmin.si — deployable as a PWA on Vercel.
npm install
npx vercel dev # runs both Vite frontend + /api/weather serverless function locallynpm install
npx vercelVercel auto-detects Vite and the /api serverless functions. Done.
- Open your Vercel URL in Chrome on Android
- Tap the "Add to Home screen" banner or Menu → Install app
- Done — works like a native app
All live weather data comes from:
https://www.vremetolmin.si/tag_main.html
This is a pipe-separated text file written every minute by Weather Display from the Davis weather station. No paid APIs, no LLM — pure scraping.
Nearby stations and forecast are scraped from the vremetolmin.si HTML pages.