1.0.0 • Published 4 years ago

gtfs-realtime-pbf-js-module v1.0.0

Weekly downloads
89
License
MIT
Repository
github
Last release
4 years ago

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

  1. Download the published GTFS Realtime .proto schema file
  2. npm install pbf -g
  3. pbf gtfs-realtime.proto > gtfs-realtime.browser.proto.js
  4. pbf gtfs-realtime.proto --browser > gtfs-realtime.browser.proto.js