mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
- hafas.station() -> hafas.stop() 🐛
- put stop IDs into variables
- .then/.catch -> async/await
- consistent order of methods
- minor reformatting for readability
|
||
---|---|---|
.. | ||
base.json | ||
example.js | ||
index.js | ||
products.js | ||
readme.md |
PKP profile for hafas-client
Polskie Koleje Państwowe (PKP) is the major national transport provider in Poland. This profile adds PKP-specific customizations to hafas-client
.
Usage
import {createClient} from 'hafas-client'
import {profile as pkpProfile} from 'hafas-client/p/pkp/index.js'
const userAgent = 'link-to-your-project-or-email' // adapt this to your project!
// create a client with PKP profile
const client = createClient(pkpProfile, userAgent)
Customisations
- parses PKP-specific products (such as TLK)