Skip to content

bulk-SMS is a module for use of bulk-SMS service for sending text messages

Notifications You must be signed in to change notification settings

jotadepaula/node-bulk-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

bulk-SMS is a module for use of bulk-SMS service for sending text messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published