0.8.3 • Published 4 months ago

jcamp-data-test v0.8.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 months ago

jcamp-data-test

provides JCAMP-DX NMR data files for testing purposes.

usage

import { getData, getFile, getList } from "jcamp-data-test";
const listOfFilenames = await getList();

const filename = "Rutin_3080ug200uL_DMSOd6_qHNMR_400MHz_JDX.jdx";

const file = await getFile(filename);
const jcampString = await file.text();
const jcampBuffer = await file.arrayBuffer();
//or
const buffer = await getData(filename);

acknowledgements

The original data were found here thanks to Jonathan and Guido.

0.8.3

4 months ago

0.8.2

8 months ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.3.0

3 years ago

0.2.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago