Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History

NodeJS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

How to use

To get the examples working. Make sure to install the dependencies with NPM.

$ npm install

After installing the dependencies, you can launch an example with the following command. Make sure you changed the example code with your own tokens and file locations.

$ node examples/Document.upload.js
$ node examples/Documents.signed.js
...