1.0.3 • Published 1 month ago

jeolconverter v1.0.3

Weekly downloads
56
License
MIT
Repository
-
Last release
1 month 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.3

1 month ago

1.0.2

7 months ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago