Home

SDK for Javascript

SDK for NodeJS

Installation

Installing SDK for NodeJS packages

npm install

Publish

# one time
npm login --registry=https://npm.openkm.com/repository/npm-hosted/ --scope=@openkm

# Each time wish to publish
./publish.sh

How to use repository in your project

npm config set @openkm:registry https://npm.openkm.com/repository/npm-hosted/
npm install @openkm/sdk4nodejs

Build documentation

./nodejsdoc.sh

How to execute test

  • Modify the common-test.js with right UUID nodes ( at least must be uploaded txt file + PDF file + Email)

Additional