print-gtfs-rt-cli

3.1.0 • Public • Published

print-gtfs-rt-cli

Read a GTFS Realtime (GTFS-RT) feed from stdin, print human-readable or as JSON.

npm version ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Installing

npm install -g print-gtfs-rt-cli

Or use npx.

Usage

Usage:
    cat gtfs-rt-feed.pbf | print-gtfs-rt
Options:
    --length-prefixed  -l  Read input as length-prefixed.
                           See https://www.npmjs.com/package/length-prefixed-stream
    --json             -j  Output newline-delimeted JSON (http://ndjson.org).
    --single-json -s       Output a single JSON array.
    --depth            -d  Number of nested levels to print. Default: infinite
    --include-all      -a  Print the entire FeedMessage, including its header.
    --gtfs-rt-bindings     Path to GTFS-RT bindings. Must be compatible with
                           those generated by protobufjs.
Examples:
    curl 'https://example.org/gtfs-rt.pbf' | print-gtfs-rt

Contributing

If you have a question or have difficulties using print-gtfs-rt-cli, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

Example feed

The example feed is taken from the Swiss open GTFS-RT feed, licensed under their open data license.

/print-gtfs-rt-cli/

    Package Sidebar

    Install

    npm i print-gtfs-rt-cli

    Weekly Downloads

    26

    Version

    3.1.0

    License

    ISC

    Unpacked Size

    7.79 kB

    Total Files

    4

    Last publish

    Collaborators

    • derhuerst