multi-send

1.0.2 • Public • Published

multi-send

multi-send api for nodejs

Usage


const MultiSend = require('multi-send');

const multiSend = new MultiSend({
    user: 'myuser',
    password: 'mypassword',
});

multiSend.sendSMS("sentFrom", "972548811111", "My sms text", {  }, function(err, response) {

});

By Dor Shay ( Poob )

Readme

Keywords

none

Package Sidebar

Install

npm i multi-send

Weekly Downloads

6

Version

1.0.2

License

MIT

Last publish

Collaborators

  • dor_shay