db-vendo-client/p/vvv
2022-11-18 19:20:03 +01:00
..
base.json add VVV profile 📝 2021-08-05 20:09:58 +02:00
example.js trip: remove lineName parameter, update integration test fixtures 💥📝 2022-11-18 19:20:03 +01:00
index.js departures{GetPasslist,StbFltrEquiv}: default to false 💥 2022-11-17 15:17:01 +01: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.