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