jeolconverter
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

jeolconverter

read JEOL NMR files.

Maintained by Zakodium

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

Dependencies (1)

Dev Dependencies (9)

Package Sidebar

Install

npm i jeolconverter

Weekly Downloads

671

Version

1.0.3

License

MIT

Unpacked Size

22.8 kB

Total Files

6

Last publish

Collaborators

  • targos
  • lpatiny
  • cheminfo-bot
  • stropitek
  • jwist