sandbox-node/pbf
dancingCycle 58eee355bb refactor(pbf): check status 2023-07-10 16:06:15 +02:00
..
.gitignore chore: adextend .gitignore 2022-09-08 10:10:37 +02:00
README.md refactor(pbf): check status 2023-07-10 16:06:15 +02:00
index.js feat(pbf): parse TripUpdate enitity 2023-02-22 20:44:55 +01:00
package-lock.json refactor(pbf): check status 2023-07-10 16:06:15 +02:00
package.json refactor(pbf): check status 2023-07-10 16:06:15 +02:00

README.md

Overview

read pbf file from file system and print content to console

Preparation

npm i

Development setup

export DEBUG=$DEBUG,debug,pbf
npm run dev

Production deployment

tbc