Compare commits

..

1 commit

Author SHA1 Message Date
McToel
363a50652b
Merge aef022801e into 6d1d0c626f 2025-02-20 22:47:32 +00:00

7
debug.js Normal file
View 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);