ocsignupjs
v3.0.0
Published
Library to interact with signup server
Downloads
168
Readme
OC signup JS
Ocsignup is a library to interact with signup-lambda
Instalation
Download
npm install ocsignup
Usage
const ocsignupClass = require('ocsignup');
var answers = {};
answers.name = "Jaume";
answers.lastname = "Bou";
answers.age = "26";
var ocsignup = new ocsignupClass.Ocsignup("http://localhost");
ocsignup.SignUp("0000001", "Form Test", answers, ocsignup.priority.NORMAL);
Possibles priorities:
* ocsignup.priority.LOW
* ocsignup.priority.NORMAL
* ocsignup.priority.HIGH