1.0.4 • Published 1 year ago

jeolconverter v1.0.4

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

1 year ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago