db-vendo-client/p/vkg
Jannis R 339d64e901
convert to ESM 💥📝
2022-11-18 19:20:03 +01:00
..
base.json pull more profile base data from transport-apis 2021-05-01 10:58:45 +02:00
example.js convert to ESM 💥📝 2022-11-18 19:20:03 +01:00
index.js convert to ESM 💥📝 2022-11-18 19:20:03 +01:00
readme.md convert to ESM 💥📝 2022-11-18 19:20:03 +01:00

VKG profile for hafas-client

Kärntner Linien/Verkehrsverbund Kärnten (VKG/VVK) is the local transport provider of Carinthia. This profile adds VKG support to hafas-client.

Usage

import {createClient} from 'hafas-client'
import {vkgProfile} from 'hafas-client/p/vkg/index.js'

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