Real-time commuter train schedules for Finnish trains.
- Real-time departure and arrival times
- Live updates for schedule changes and delays
- Easy station selection with origin and destination
- Track information for departures
- Journey duration info in minutes
- Mobile-friendly interface
Automatic location-based station selection- Progressive Web App (PWA) support
- Dark mode
- Astro - Web framework
- Preact - UI components
- TailwindCSS - Styling
- Biome - Linting and formatting
- Data provided by Fintraffic's Railway Traffic API
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- For production build:
npm run build
dev: Start development serverbuild: Build for productionpreview: Preview production buildlint: Run Biome linterformat: Format code with Biome
This project is open source and available under the MIT license.
Train data is provided by Fintraffic's digitraffic.fi service under the CC 4.0 BY license.
