octopass-client-sdk
v1.4.1
Published
Client SDK to manage password encryption and decryption
Readme
Octopass Client SDK 
Compile
This SDK uses TypeScript. To get JS file, you need to compile the src folder. First, install TypeScript
npm install -g typescriptThen, you just add to compile project
tscRun tests
Unit tests are managed with Mocha.
npm install -g mochaRun tests :
mochaTroubleshooting
Test failed: Timeout
Check if webservice is working and good configured (example : database)
