Skip to content

altmetric/identifiers-orcid

Repository files navigation

Identifiers - ORCID

Extract, validate and normalize ORCID identifiers.

Current version: 0.1.1
Supported Node.js versions: 18, 20, 22, 23

Installation

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

"identifiers-orcid": "^0.1.0"

Usage

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

orcid.extract("orcid.org/0000-0002-0088-0058");
//=> ["0000-0002-0088-0058"]

Other versions

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

License

Copyright © 2017-2024 Altmetric LLP

Distributed under the MIT License.

About

Extract, validate and normalize ORCID identifiers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •