cerberus-node
v0.4.0
Published
Cerberus Node SDK
Downloads
3
Readme
cerberus-node
The Cerberus Node library provides convenient access to the Cerberus API from applications written in node.js and also client side session validation and authetication.
Installation
Add as a dependency to the project package.json:
{
...
"dependencies": {
...
"cerberus-node": "[email protected]:CareCloud/cerberus-node.git#master"
}
}