Find and filter VBB stations from the command line.
npm install vbb-stations-cliFind and filter VBB stations from the command line. Computed from open GTFS data.



!ISC-licensed


``shell`
npm install -g vbb-stations-cli
`
Usage:
vbb-stations [options] [filters]
Options:
--id
--name
--latitude
--longitude
--weight
--format
--columns
Filters:
Each filter must be an Array.prototype.filter-compatible funtion.
Examples:
vbb-stations
vbb-stations --name "berliner strasse"
vbb-stations --id 9003104 --columns id,name,lines
vbb-stations "(s) => s.latitude > 52" "(s) => s.latitude > 12"
``
If you have a question, found a bug or want to propose a feature, have a look at the issues page.