1.0.0 • Published 7 years ago
massbank-parser v1.0.0
massbank-parser
Parse MassBank file format to a JSON.
Installation
$ npm install --save massbank-parser
Usage
import parse from 'massbank-parser';
const result = parse(massbankText);
// result is an object with the parsed massbank file
API Documentation
License
1.0.0
7 years ago