Skip to content

xoolive/traffic.js

Repository files navigation

traffic.js

test suite

This preliminary Javascript library following the same declarative grammar as the Python traffic library.

Installation

In Node.js:

npm install traffic.js

In Observable:
https://observablehq.com/@xoolive/traffic-js

import { Flight, Traffic } from '@xoolive/traffic-js';

Memo

npm run build  # build package
npm publish # push new version to npm registry
npm test  # running tests
npm serve  # build package and serve on http://localhost:4000