2.0.2 • Published 2 years ago

spanacomnpm v2.0.2

Weekly downloads
15
License
ISC
Repository
github
Last release
2 years ago

spanacomnpm

To install this module type in the ssh console to the directory where you installed NodeJS:

npm install spanacomnpm

Example for use:

var spanacomapi = require("spanacomnpm"); 
var spanacom = new spanacomapi.Spanacom("YOUR_API_KEY_HERE");

    spanacom.api('smsmt/send', {
    "to": "34666222333",
    "from": "Spanacom",//OJOAKI contar coste de smspush y poner en leads_calls
    "text": "hi world",
}, function (result) {
        console.log('Success', result);
    }, function (err) {
        console.log('Error', err);
});

More information in www.spanacom.com

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

0.1.1

3 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.2

7 years ago

0.0.1

9 years ago