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
    });
;
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i sporasub-sp2

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • wdalmut