Skip to content

rbb-data/vbb-rest

 
 

Repository files navigation

vbb-rest

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.

API Documentation | Why?

vbb-rest architecture diagram

Docker build status dependency status ISC-licensed chat on gitter

installing & running

via Docker

A Docker image is available as derhuerst/vbb-rest.

docker run -d -p 3000:3000 derhuerst/vbb-rest

manually

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.

Contributing

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.

Packages

No packages published

Languages

  • JavaScript 96.4%
  • Dockerfile 2.8%
  • Shell 0.8%