1.6.4 • Published 7 months ago

node-alivecor-ecg v1.6.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

node-alivecor-ecg

Parser of AliveCor ECG File

How to use

import { createAliveCorEcgParser } from 'node-alivecor-ecg';
import * as fs from 'fs';

const file = fs.readFileSync('ecg.atc', { encoding: 'binary' });
const parser = createAliveCorEcgParser();
const parsed = parser.parse(file);
1.6.4

7 months ago

1.0.0

1 year ago