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

16 lines
158 B
Markdown

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