1.4.1 • Published 8 years ago
octopass-client-sdk v1.4.1
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)