db-vendo-client/p/vor
2022-11-17 15:17:01 +01:00
..
base.json add VOR profile 📝 2021-08-05 20:10:42 +02:00
example.js add VOR profile 📝 2021-08-05 20:10:42 +02:00
index.js departures{GetPasslist,StbFltrEquiv}: default to false 💥 2022-11-17 15:17:01 +01:00
readme.md add VOR profile 📝 2021-08-05 20:10:42 +02:00

VOR profile for hafas-client

Verkehrsverbund Ost-Region (VOR) is the local transport provider of Vienna, Lower Austria and Burgenland; It runs its apps under the AnachB brand. This profile adds VOR/AnachB support to hafas-client.

Usage

const createClient = require('hafas-client')
const vorProfile = require('hafas-client/p/vor')

// create a client with VOR profile
const client = createClient(vorProfile, 'my-awesome-program')

Check out the code examples.