mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
18 lines
558 B
Markdown
18 lines
558 B
Markdown
# Rejseplanen profile for `hafas-client`
|
|
|
|
[*Rejseplanen*](https://da.wikipedia.org/wiki/Rejseplanen) is a Danish website for finding public transport connections throughout Denmark. This profile adds *Rejseplanen*-specific customisations to `hafas-client`.
|
|
|
|
## Usage
|
|
|
|
```js
|
|
import {createClient} from 'hafas-client'
|
|
import {rejseplanenProfile} from 'hafas-client/p/rejseplanen/index.js'
|
|
|
|
// create a client with Rejseplanen profile
|
|
const client = createClient(rejseplanenProfile)
|
|
```
|
|
|
|
|
|
## Customisations
|
|
|
|
- parses Denmark-specific products (such as *S-Tog*)
|