8000 GitHub - cheminfo/jcamp-data-test
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cheminfo/jcamp-data-test

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0