Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 748 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 748 Bytes

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