db-vendo-client/p/bls
Jannis R 339d64e901
convert to ESM 💥📝
2022-11-18 19:20:03 +01:00
..
base.json add BLS profile 📝 2021-07-26 17:45:09 +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

BLS profile for hafas-client

BLS AG is the local transport provider of the Canton of Bern. This profile adds BLS support to hafas-client.

Usage

import {createClient} from 'hafas-client'
import {blsProfile} from 'hafas-client/p/bls/index.js'

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

Check out the code examples.