vbb-rest is a public transport REST API, a clean alternative to the VBB HAFAS API.
Use vbb-client@4
for querying this API in browsers or with Node.
A Docker image is available as derhuerst/vbb-rest
.
docker run -d -p 3000:3000 derhuerst/vbb-rest
git clone https://github.com/derhuerst/vbb-rest.git
cd vbb-rest
git checkout 3
npm install --production
npm start
To keep the API running permanently, use tools like forever
or systemd
.
If you have a question or have difficulties using vbb-rest
, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.