andmos / BikeDashboard

Simple website to track my closest Bikeshare station
MIT License
4 stars 1 forks source link

BikeDashboard

Simple website to track my closest Bikeshare station.

To override default station with env variables:

docker run -it -p 5000:5000 -e GBFSAddress="http://gbfs.urbansharing.com/trondheim/gbfs.json" -e StationName="Lerkendal" ghcr.io/andmos/bikedashboard

Local weather services from OpenWeatherMap can be added to the BikeDashboard by providing an API-key:

docker run -it -p 5000:5000 -e GBFSAddress="http://gbfs.urbansharing.com/trondheim/gbfs.json" -e StationName="Skansen" -e WeatherServiceAPIKey="" ghcr.io/andmos/bikedashboard

All compatible GBFS systems can be found here.

Dependabot Status

CI / CD