identifiers-handle
v0.1.1
Published
Extract, validate and normalize Handles.
Downloads
244
Readme
Identifiers - Handle
Extract, validate and normalize Handles.
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-handle
or npm install --save identifiers-handle
:
"identifiers-handle": "^0.1.0"
Usage
const handle = require("identifiers-handle");
handle.extract("http://hdl.handle.net/10149/596901");
//=> ["10149/596901"]
Other versions
We also maintain versions of this library for Ruby and PHP.
License
Copyright © 2017 Altmetric LLP
Distributed under the MIT License.