gtfs-realtime-pbf-js-module
v1.0.0
Published
GTFS proto schema to JS Module using the PBF package
Downloads
391
Readme
GTFS Realtime - PBF JavaScript Module
I took the published GTFS Realtime .proto schema file and ran it through the PBF package and am hosting it on a CDN so you don't have to!
Use them
NPM
coming soon
CDN
coming soon
How these were generated
- Download the published GTFS Realtime .proto schema file
npm install pbf -g
pbf gtfs-realtime.proto > gtfs-realtime.browser.proto.js
pbf gtfs-realtime.proto --browser > gtfs-realtime.browser.proto.js