1.0.4 • Published 5 months ago

jeolconverter v1.0.4

Weekly downloads
56
License
MIT
Repository
-
Last release
5 months ago

jeolconverter

Read JEOL NMR files.

NPM version build status Test coverage npm download DOI

Installation

$ npm i jeolconverter

Usage

import { readFileSync } from 'fs';

import { parseJEOL } from 'jeolconverter';

const buffer = readFileSync('pathToFile');
let parsed = parseJEOL(buffer);
console.log(parsed);

Acknowledgements

The data provided as test examples in this package were found here thanks to the research group of Guido Pauli.

License

MIT

1.0.4

5 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago