sporasub-sp2

1.0.0 • Public • Published

Sporasub SP2 - Dive reader

A set of streams that read .dive files from Sporasub SP2 diving watch

const page = require('sporasub-sp2/page');
const json = require('sporasub-sp2/to-json');
 
fs.createReadStream('my.dive')
    .pipe(page())
    .pipe(json())
    .on('data', (dive) => {
        console.log(dive); // object
    });
;
 

Dependents (0)

Package Sidebar

Install

npm i sporasub-sp2

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • wdalmut