db-vendo-client/p/tpg/readme.md
Jannis R 33dab455ce
add TPG profile 📝
closes #208
2021-07-28 22:45:43 +02:00

543 B

TPG profile for hafas-client

Transports publics genevois (TPG) is the local transport provider of the Canton of Geneva. This profile adds TPG support to hafas-client.

Usage

const createClient = require('hafas-client')
const tpgProfile = require('hafas-client/p/TPG')

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

Check out the code examples.