3.0.0 • Published 4 years ago

vbb-stations-cli v3.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

vbb-stations-cli

Find and filter VBB stations from the command line. Computed from open GTFS data.

asciicast

npm version build status ISC-licensed gitter channel support me on Patreon

Installing

npm install -g vbb-stations-cli

Usage

Usage:
    vbb-stations [options] [filters]

Options:
    --id        <value>             Filter by id.
    --name      <value>             Filter by name.
    --latitude  <value>             Filter by latitude.
    --longitude <value>             Filter by longitude.
    --weight    <value>             Filter by weight.
    --format    <value>             One of csv,ndjson,pretty,json. Default: pretty
    --columns   <value>,<value>,…   Default is id,coords,weight,name,lines.

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"

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

3.0.0

4 years ago

2.2.0

5 years ago

2.1.1

6 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago

0.8.0

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago