2.0.5 • Published 11 days ago

ocsignupjs v2.0.5

Weekly downloads
71
License
ISC
Repository
-
Last release
11 days ago

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
2.0.5

11 days ago

2.0.4

5 months ago

2.0.3

5 months ago

2.0.2

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.0.1

3 years ago

1.0.0

4 years ago