1.5.0 • Published 8 years ago

transmitsms-node-sdk v1.5.0

Weekly downloads
5
License
ISC
Repository
bitbucket
Last release
8 years ago

Transmitsms NodeJS SDK

for more info plase visit : http://www.burstsms.com.au/sms-products/sms-api

Changelog

  • 1.0 - Initial release

Installation

  • $> npm install transmitsms-node-sdk

Usage Example

var SMSSDK = require("transmitsms-node-sdk").transmitsms;

var SMS = new SMSSDK();

var message = {
    Authorization : 'Basic ' + new Buffer(config.get('key') + ':' + config.get('secret')).toString('base64'),
    message : content.message,
    to : item.MobilePhone.replace(/ /g,"")
};

SMS.send(message).then(function fulfill(result){
//logic handle succes
},function reject(result){
//logic to handle failure
});
1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago