项目作者: garethcmurphy

项目描述 :
DOI register on datacite
高级语言: JavaScript
项目地址: git://github.com/garethcmurphy/datacite_post.git
创建时间: 2018-09-05T17:48:52Z
项目社区:https://github.com/garethcmurphy/datacite_post

开源协议:

下载


TypeScript Node.js DOI Registration with DataCite 🔖✨

This repository provides a TypeScript Node.js implementation for registering Digital Object Identifiers (DOIs) with DataCite. It allows users to automate DOI creation and management via the DataCite REST API.


Features ✨

  • DOI Registration: Automate the process of registering DOIs.
  • DataCite Integration: Connects seamlessly to the DataCite REST API.
  • Custom Metadata Support: Submit and update metadata for your DOIs.

Prerequisites 🛠️

  • Node.js (16+ recommended).
  • DataCite Account: Access credentials for the DataCite API.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/doi-register.git
    cd doi-register

  2. Install dependencies:
    npm install

  3. Create a .env file and add your DataCite API credentials: