1.0.1 • Published 8 years ago

mobyt v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Mobyt sms api

Send SMS with mobyt api

Installation

npm install mobyt --save

Usage

var mobyt = require('mobyt')

var mobyt = new Mobyt("user", "password", "my-company");

mobyt.send({
  text:'this is a message',
  to:'+33612345667'
}).then(function(resp) {
    console.log('OK', resp);
}, function(err) {
    console.log('ERR', err);
})

License

MIT

Free Software FTW