mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-06-19 10:42:33 +03: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