0.2.3 • Published 7 years ago

node-smsc v0.2.3

Weekly downloads
47
License
MIT
Repository
github
Last release
7 years ago

node-smsc

Convenient wrapper of http/https smsc api.

Example

var smsc = require('node-smsc')({
    login: 'login',
    password: 'password', // password is md5-hashed implicitly unless "hashed" option is passed.
})

smsc.send({
    phones: '79XXXXXXXXX',
    mes: 'Hello from node-smsc!',
})  // returns a Promise with send results

For more examples see tests.

Documentation

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago