No description
a47e20c1d4
- db-stations@3 - hafas-client-health-check@2 - hafas-rest-api@3 - add pino-pretty@4 for debug logging |
||
---|---|---|
docs | ||
lib | ||
routes | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
architecture.svg | ||
Dockerfile | ||
index.js | ||
license.md | ||
package.json | ||
readme.md |
db-rest
A clean REST API wrapping around the Deutsche Bahn HAFAS API. It is deployed at v5.db.transport.rest
.
installing & running
via Docker
A Docker image is available as derhuerst/db-rest:5
.
docker run -d -p 3000:3000 derhuerst/db-rest:5
manually
git clone https://github.com/derhuerst/db-rest.git
cd db-rest
git checkout 5
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.