opencadc-votable-row-builder
v1.0.10
Published
Row builder to read in XML or CSV VOTable data and fire events when a row is available.
Downloads
15
Readme
OpenCADC Virtual Observatory Table Row Builder
Version 1.0.1 March 2017
Row Builder class to stream data and fire events per row to notify a client subscribed to the appropriate events.
Installation
npm install opencadc-votable-row-builder
Usage
require('opencadc-votable-row-builder');
var rowBuilderFactory = new RowBuilderFactory.createBuilder('csv'|'xml');
rowBuilderFactory.subscribe(...);