0.2.1 • Published 7 years ago

identifiers-doi v0.2.1

Weekly downloads
101
License
MIT
Repository
github
Last release
7 years ago

Identifiers - DOI Build Status

Extract, validate and normalize DOIs (including ISBN-As).

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

Installation

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

"identifiers-doi": "^0.2.0"

Usage

const doi = require("identifiers-doi");

doi.extract("My favourite DOI is 10.1038/nplants.2015.3");
//=> ["10.1038/nplants.2015.3"]

Other versions

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

License

Copyright © 2017 Altmetric LLP

Distributed under the MIT License.

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago