db-vendo-client/p/vvv
Jannis R e293223c08
add VVV profile 📝
part of #207
2021-08-05 20:09:58 +02:00
..
base.json add VVV profile 📝 2021-08-05 20:09:58 +02:00
example.js add VVV profile 📝 2021-08-05 20:09:58 +02:00
index.js add VVV profile 📝 2021-08-05 20:09:58 +02:00
readme.md add VVV profile 📝 2021-08-05 20:09:58 +02:00

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.