mobyt

1.0.1 • Public • Published

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

/mobyt/

    Package Sidebar

    Install

    npm i mobyt

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • tovazm