mesh-parse

1.0.1 • Public • Published

mesh-parse

Tool for parsing Medical Subject Heading (MeSH) descriptors

Usage

npm install mesh-parse

Pass in the parameter xmlPath to the location of desc2018.xml. Returns a stream of objects.

const mesh = require('mesh-parse');

const meshStream = mesh({
  xmlPath: xmlPath
});

meshStream.pipe(WHEREVER);

/mesh-parse/

    Package Sidebar

    Install

    npm i mesh-parse

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    118 kB

    Total Files

    9

    Last publish

    Collaborators

    • sedenardi