Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).