infobip-unofficial-api

1.2.4 • Public • Published

unofficial-infobip-api

unofficial wrapper for infobip api

usage

const infobip_api = require('infobip-unofficial-api')({user: 'username', password: 'password'});

const message = {
  to: 'to number',
  from: 'from number',
  message: 'string message'
}

infobip_api.send_sms(message, function(err, res){
  if (!err) {
    console.log(res);
  }
});

Readme

Keywords

Package Sidebar

Install

npm i infobip-unofficial-api

Weekly Downloads

8

Version

1.2.4

License

MIT

Last publish

Collaborators

  • immexerxez