Web site showing current departures for public transports in Stockholm, based on next.js, react and MUI.
The initial goal was to show bus departures from Bondevägen in Järfälla only, hence the name bondebussen.
Try it out at bondebussen.se.
To add metrics to influxdb, provide secrets in a .env file.
Use the env file as a template.
Install dependencies
npm installRun the development server
npm run devOpen http://localhost:3000 with your browser to see the result.
Use build.sh to create a standalone docker image and run it with run.sh.
Station searches and realtime updates can be sent to InfluxDb if relevant information
is put into the .env file.