db-vendo-client/p/vor
Jannis R db2cbfdc45
add VOR profile 📝
part of #207
2021-08-05 20:10:42 +02:00
..
base.json
example.js
index.js
readme.md

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.