mfdz / flinkster2gbfs

Generates GBFS from Flinkster API (especially Call-a-Bike)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flinkster2GBFS

Flinkster2GBFS creates a GBFS feed via the Deutsche Bahn Flinkster API.

git submodule update --init

Docker

To run flinkster2gbfs via docker, build and run as follows:

$ docker build -t flinkster2gbfs .
$ docker run --rm -e FLINKSTER_TOKEN=<your flinkster API token> -e FLINKSTER_LOOP=true -v $(PWD):/data flinkster2gbfs

To receive a Flinkster API token, register with the DB OPEN API Portal. and create an API token for the Flinkster_API_NG - v1.

About

Generates GBFS from Flinkster API (especially Call-a-Bike)


Languages

Language:Kotlin 97.6%Language:Dockerfile 2.4%