29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# db-rest
|
|
|
|
**A clean REST API wrapping around the [Deutsche Bahn](https://en.wikipedia.org/wiki/Deutsche_Bahn) [API](https://github.com/derhuerst/db-hafas#db-hafas).**
|
|
|
|
[API Documentation](docs/index.md) | [Why?](docs/why.md)
|
|
|
|

|
|
|
|
[](https://david-dm.org/derhuerst/db-rest)
|
|

|
|
[](https://gitter.im/derhuerst/db-rest)
|
|
[](https://patreon.com/derhuerst)
|
|
|
|
|
|
## 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`.](https://hub.docker.com/r/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](https://github.com/derhuerst/db-rest/issues).
|