No description
Find a file
2020-04-26 18:09:51 +02:00
docs link in docs: vbb-stations -> db-statios 📝 2020-02-20 21:16:52 +00:00
lib fix /stations coordinates filter again 🐛 2020-01-31 16:33:46 +01:00
.dockerignore minor changes 2019-03-27 12:22:48 +01:00
.editorconfig init from vbb-rest 2017-10-24 23:28:12 +02:00
.gitignore cleanup, prepare 2 2018-10-25 21:42:41 +02:00
architecture.svg update hafas-rest-api, architecture diagram 📝 2018-01-09 00:06:53 +01:00
Dockerfile Docker: remove hafas-client ID generation 2020-04-26 18:09:51 +02:00
index.js serve docs via HTTP 📝 2019-02-04 16:11:25 +01:00
license.md readme: mention Docker image 📝 2018-10-25 21:19:19 +02:00
package.json serve docs via HTTP 📝 2019-02-04 16:11:25 +01:00
readme.md minor docs fixes 📝 2019-08-07 23:21:12 +02:00

db-rest

A clean REST API wrapping around the Deutsche Bahn API.

API Documentation | Why?

db-rest architecture diagram

Docker build status dependency status ISC-licensed gitter channel support me on Patreon

installing & running

via Docker

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

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

manually

git clone https://github.com/derhuerst/db-rest.git
cd db-rest
git checkout 2
npm install --production
npm start

To keep the API running permanently, use tools like forever or systemd.

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.