No description
Find a file
2018-10-25 22:56:45 +02:00
docs fix journeys docs 📝 2018-05-22 22:36:39 +02:00
lib fix /stations/all 🐛 2018-02-25 00:03:43 +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 node:alpine as Docker base image, fix architecture diagram 2018-07-16 19:26:24 +02:00
index.js fix custom port 🐛 2018-10-25 22:56:45 +02:00
license.md readme: mention Docker image 📝 2018-10-25 21:19:19 +02:00
package.json db-hafas@3, hafas-rest-api@1 2018-10-25 21:49:17 +02:00
readme.md readme: mention Docker image 📝 2018-10-25 21:19:19 +02:00

db-rest

A clean REST API wrapping around the Deutsche Bahn API.

API Documentation | Why?

db-rest architecture diagram

dependency status ISC-licensed gitter channel support me on Patreon

Installing

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

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

Contributing

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