node-tinycert
tinycert API wrapper for node.js
API documentation (and your API key) available at: https://www.tinycert.org/docs/api
library usage
First, require the library:
var TinyCertSession = ;
Then, connect to your account via email, passphrase and API key:
var tc = apiKey;tc;
Example code
A full example of all supported functions can be found in test/index.js