Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derhuerst/db-hafas-rpc-server
Using hafas-client-rpc, expose db-hafas as a WebSocket server.
https://github.com/derhuerst/db-hafas-rpc-server
db-hafas deutsche-bahn hafas-client public-transport transit
Last synced: 6 days ago
JSON representation
Using hafas-client-rpc, expose db-hafas as a WebSocket server.
- Host: GitHub
- URL: https://github.com/derhuerst/db-hafas-rpc-server
- Owner: derhuerst
- License: isc
- Created: 2018-12-05T12:42:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T21:14:37.000Z (about 3 years ago)
- Last Synced: 2024-10-10T00:44:09.305Z (about 1 month ago)
- Topics: db-hafas, deutsche-bahn, hafas-client, public-transport, transit
- Language: JavaScript
- Homepage: https://github.com/derhuerst/db-hafas-rpc-server#db-hafas-rpc-server
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# db-hafas-rpc-server
**Using [`hafas-client-rpc`](https://github.com/derhuerst/hafas-client-rpc), expose [`vbb-hafas`](https://github.com/derhuerst/vbb-hafas) as a WebSocket server.**
[![npm version](https://img.shields.io/npm/v/db-hafas-rpc-server.svg)](https://www.npmjs.com/package/db-hafas-rpc-server)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/db-hafas-rpc-server.svg)
[![chat with me on Gitter](https://img.shields.io/badge/chat%20with%20me-on%20gitter-512e92.svg)](https://gitter.im/derhuerst)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)## Installation
```
git clone https://github.com/derhuerst/db-hafas-rpc-server.git
cd db-hafas-rpc-server
npm install --production
env PORT=8080 npm start
```[A Docker image is available as `derhuerst/db-hafas-rpc-server`.](https://hub.docker.com/r/derhuerst/db-hafas-rpc-server)
## Contributing
If you have a question or need support using `db-hafas-rpc-server`, 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](https://github.com/derhuerst/db-hafas-rpc-server/issues).