szc

1.0.0 • Public • Published

Trying to try to try to implement Svyaznoy-Zagruzka services client.

SMS

Sending

var Szc = require('szc')
var SMS = new Szc.SMS({serviceId: 42, pass: 'thanksforallthefish'})

var params = {
    clientId: '79012345678',
    message: 'How many roads must a man walk down?'
}

SMS.send(params).then(function(msgId) {
    // Success!
    // msgId is the message's ID on Aggregator's database.
}, function(err) {
    // Handle error.
})

HLR

. . .

USSD

. . .

Readme

Keywords

Package Sidebar

Install

npm i szc

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • oct8cat