sandbox-gtfs-rt/node-fs-pbf-debug/readme.md

16 lines
157 B
Markdown

# Overview
use node.js to read pbf file from file system and export as debug log
# Preparation
```
npm i
```
# Test
```
DEBUG=debug,pbf npm run dev
```