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

. . .

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i szc

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • oct8cat