3.0.0 • Published 10 months ago

ocsignupjs v3.0.0

Weekly downloads
71
License
ISC
Repository
github
Last release
10 months 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
3.0.0

10 months ago

2.0.5

1 year ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.3

3 years ago

1.0.1

4 years ago

1.0.0

5 years ago