1.4.1 • Published 6 years ago

octopass-client-sdk v1.4.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Octopass Client SDK Build Status

Compile

This SDK uses TypeScript. To get JS file, you need to compile the src folder. First, install TypeScript

npm install -g typescript

Then, you just add to compile project

tsc

Run tests

Unit tests are managed with Mocha.

npm install -g mocha

Run tests :

mocha

Troubleshooting

Test failed: Timeout

Check if webservice is working and good configured (example : database)