sandbox-node/pbf
dancingCycle 41b78ab63b feat(pbf): refactor 2024-01-22 17:03:55 +01:00
..
.gitignore chore: adextend .gitignore 2022-09-08 10:10:37 +02:00
index.js feat(pbf): parse TripUpdate enitity 2023-02-22 20:44:55 +01:00
package-lock.json feat(pbf): refactor 2024-01-22 17:03:55 +01:00
package.json feat(pbf): refactor 2024-01-22 17:03:55 +01:00
readme.md feat(pbf): refactor 2024-01-22 17:03:55 +01:00

readme.md

Overview

read pbf file from file system and print content to console

Preparation

npm i

Development setup

DEBUG=debug,pbf npm run dev

Production deployment

tbc