Skip to content

Simple website to track my closest Bikeshare station

License

Notifications You must be signed in to change notification settings

simonkaspersen/BikeDashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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" 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="" andmos/bikedashboard

All compatible GBFS systems can be found here.

Docker Build Status

Docker Project

About

Simple website to track my closest Bikeshare station

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.6%
  • HTML 8.5%
  • Vue 3.8%
  • JavaScript 1.9%
  • Other 1.2%