Skip to content

abelcha/mobyit-nodejs-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js wrapper for the mobyIt API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published