mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
719 B
719 B
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.