Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

tu-graz-library/datacite-rest

Repository files navigation

datacite-rest

Build status Release License Downloads

Datacite Rest API for minting DOI

Developer guide

datacite-rest uses create-react-app as development toolkit.

Install the library:

npm install

Start the demo application:

npm start

The library uses Jest as test runner. To run the tests:

npm test

The library uses rollup to build a final version inside the /dist folder and it will build CommonJS and ES Modules versions:

npm run build