0.8.1 • Published 2 months ago

jcamp-data-test v0.8.1

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

2 months ago

0.8.0

2 months ago

0.7.0

3 months ago

0.6.0

3 months ago

0.5.1

3 months ago

0.3.0

2 years ago

0.2.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago