mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-11-10 21:10:19 +02:00
Compare commits
1 commit
2d864c862a
...
363a50652b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
363a50652b |
1 changed files with 7 additions and 0 deletions
7
debug.js
Normal file
7
debug.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import {createClient} from './index.js';
|
||||
import {profile} from './p/dbnav/index.js';
|
||||
|
||||
const client = createClient(profile, 'hafas-client-debug');
|
||||
|
||||
const journeys = await client.journeys('8000105', '8000261', {results: 1});
|
||||
console.log(journeys);
|
||||
Loading…
Add table
Reference in a new issue