identifiers-pubmed

0.1.1 • Public • Published

Identifiers - PubMed ID Build Status

Extract, validate and normalize PubMed IDs.

Current version: 0.1.1
Supported Node.js versions: 4, 5, 6, 7

Installation

Add the following to your package.json via yarn add identifiers-pubmed or npm install --save identifiers-pubmed:

"identifiers-pubmed""^0.1.0"

Usage

const pubmed = require("identifiers-pubmed");
 
pubmed.extract(" 0123\n456\n ");
//=> ["123", "456"]

Other versions

We also maintain versions of this library for Ruby and PHP.

License

Copyright © 2017 Altmetric LLP

Distributed under the MIT License.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    136
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    136
  • 0.1.0
    1

Package Sidebar

Install

npm i identifiers-pubmed

Weekly Downloads

137

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jbilbo