Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

pmc-cite-ref

RobSullivan17MIT0.0.2

Module to retrieve article references or citations with option to filter by access.

PubMed, PubMed, Central, free, citations, references, pmid, pmcid, doi

readme

pmc-cite-ref

Gets the references and citations for an article that have been indexed by PubMed.

Aim is to publish as a module on npm so can use in other projects where this data is needed.

So far...

index.js uses async.waterfall to elink.js makes the request to elink.

elink.js wraps request to ncbi elink database.

linkset.js uses xmldoc to pull out the pmids of references or citations.

Example pmid = 24282674

Further resources https://www.npmjs.com/package/request http://eslint.org/ http://www.ncbi.nlm.nih.gov/books/NBK1058/ http://www.ncbi.nlm.nih.gov/books/NBK25499/#chapter4