{"id":27275169,"url":"https://github.com/continuous-foundation/orcid","last_synced_at":"2026-01-28T21:02:29.631Z","repository":{"id":65065330,"uuid":"581665991","full_name":"continuous-foundation/orcid","owner":"continuous-foundation","description":"A utility and CLI to work with ORCID (https://orcid.org) in your applications.","archived":false,"fork":false,"pushed_at":"2024-11-29T22:47:53.000Z","size":1039,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-20T11:55:22.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/continuous-foundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-23T22:11:15.000Z","updated_at":"2024-11-29T22:47:57.000Z","dependencies_parsed_at":"2024-06-21T17:51:02.236Z","dependency_job_id":"a046fa17-6c70-4f90-9e13-b8f0a8cdb717","html_url":"https://github.com/continuous-foundation/orcid","commit_stats":null,"previous_names":["continuous-foundation/orcid"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/continuous-foundation/orcid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/continuous-foundation%2Forcid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/continuous-foundation%2Forcid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/continuous-foundation%2Forcid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/continuous-foundation%2Forcid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/continuous-foundation","download_url":"https://codeload.github.com/continuous-foundation/orcid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/continuous-foundation%2Forcid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28851838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-11T15:31:04.910Z","updated_at":"2026-01-28T21:02:29.614Z","avatar_url":"https://github.com/continuous-foundation.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# orcid\n\n[![orcid on npm](https://img.shields.io/npm/v/orcid.svg)](https://www.npmjs.com/package/orcid)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/continuous-foundation/orcid/blob/main/LICENSE)\n![CI](https://github.com/continuous-foundation/orcid/workflows/CI/badge.svg)\n\nA utility and CLI to work with [ORCID](https://orcid.org) in your applications.\n\n## Install\n\n```bash\nnpm install orcid\n```\n\n## Using the Command Line\n\nUse the `search` command to find an ORCID given an authors full name (in quotes). The query is powered by OpenAlex, and gives a publication hint, last known institution, and concepts that the author publishes about. The command only returns results for authors with ORCIDs.\n\n```bash\norcid search \"rowan cockett\"\n\n\u003e Found 1 result for \"rowan cockett\" with an ORCID:\n\n\u003e Rowan Cockett\n\u003e 0000-0002-7859-8394\n\u003e   Hint: SimPEG: An open source framework for simulation ...\n\u003e   Last Institution: University of British Columbia\n\u003e   Concepts: Geology, Computer science, Engineering, Physics ...\n```\n\n## Using Node\n\n```ts\nimport { orcid } from 'orcid';\n\nconst isValid = orcid.validate('https://orcid.org/0000-0002-7859-8394');\n\norcid.buildUrl('http://orcid.org/0000-0002-7859-8394');\norcid.buildUrl('https://www.orcid.org/0000-0002-7859-8394');\norcid.buildUrl('0000-0002-7859-8394');\n// These all point to https://orcid.org/0000-0002-7859-8394\n```\n\n## Included Utilities\n\n- `validate` - Validates if a single ORCID string is valid\n- `normalize` - Normalizes an ORCID url or string into a ORCID identifier of the form `0000-0002-7859-8394`\n- `buildUrl` - Builds a URL to https://orcid.org, includes normalization\n\n## Options\n\n- `strict`: only accept the ID part without the URL\n\n---\n\nAs of v1.0.0 this package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).\n\n---\n\n\u003cp style=\"text-align: center; color: #aaa; padding-top: 50px\"\u003e\n  Made with love by\n  \u003ca href=\"https://continuous.foundation\" target=\"_blank\" style=\"color: #aaa\"\u003e\n    Continuous Science Foundation \u003cimg src=\"https://continuous.foundation/images/logo-small.svg\" style=\"height: 1em\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontinuous-foundation%2Forcid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontinuous-foundation%2Forcid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontinuous-foundation%2Forcid/lists"}