@drfrost/bods-js
Version:
JavaScript client for the UK's Bus Open Data Service (BODS) API
15 lines • 363 B
TypeScript
#!/usr/bin/env node
/**
* BODS CLI Tool
*
* Simple command-line interface for testing BODS API functionality
*
* Usage:
* bun run cli.ts --help
* bun run cli.ts timetables --noc SCMN
* bun run cli.ts fares --area manchester
* bun run cli.ts vehicles --operator SCMN
* bun run cli.ts disruptions
*/
export {};
//# sourceMappingURL=cli.d.ts.map