1.0.7 • Published 8 years ago

node-bulk-sms v1.0.7

Weekly downloads
14
License
MIT
Repository
github
Last release
8 years ago

Build Status

node-bulk-sms

node-bulk-sms is a module for use of bulk-SMS service for sending text messages using the bulk sms service (http://www.bulksms.com/)

Install

npm install node-bulk-sms 

Usage

var bulk = require('node-bulk-sms');

bulk.setUsername('your username');
bulk.setPassword('your password');
bulk.sendMessage('message','cell phone',function(result){
    console.log(result);
});
 

More informations

http://www.bulksms.com/

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago