proto2js/doc/gtfs-rt.md

21 lines
467 B
Markdown
Raw Permalink Normal View History

2022-05-26 06:52:25 +02:00
# gtfs-rt
* further description for gtfs-rt is available on the [gtfs.org](https://gtfs.org/realtime/proto/) website
2022-05-26 06:57:54 +02:00
* clone [repository](git@github.com:google/transit.git)
2022-05-26 06:52:25 +02:00
```
cd /tmp
git clone git@github.com:google/transit.git
```
* copy proto file into this repository
```
2022-05-26 06:57:54 +02:00
cd /tmp/transit/gtfs-realtime/proto
2022-05-26 06:52:25 +02:00
cp gtfs-realtime.proto ~/<path>/proto2js/proto/gtfs-rt.proto
```
* compile proto file into js file
```
pbf ./proto/gtfs-rt.proto > ./js/gtfs-rt.js
```