mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
.. | ||
base.json | ||
example.js | ||
index.js | ||
readme.md |
VVV profile for hafas-client
Verkehrsverbund Vorarlberg (VVV) is the local transport provider of Vorarlberg that runs its apps under the VMOBIL brand. This profile adds VVV/VMOBIL support to hafas-client
.
Usage
const createClient = require('hafas-client')
const vvvProfile = require('hafas-client/p/vvv')
// create a client with VVV profile
const client = createClient(vvvProfile, 'my-awesome-program')
Check out the code examples.