Skip to content

andmos/BikeDashboard

Repository files navigation

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

About

Simple website to track my closest Bikeshare station

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages