0.0.3 • Published 10 years ago

budgetsms v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

BudgetSMS

BudgetSMS is a utility module which provides a transport for easy sending of SMS messages via the http://www.budgetsms.net/ website.

Quick Example

Create a budgetSMS account and fill in the config parameters below.

var budgetSMS = require('budgetsms');

var config = {
	"username": "usernameFromBudgetSMS",
	"userid": "useridFromBudgetSMS",
	"handle": "handleFromBudgetSMS",
	"from": "fromnumber"
}

budgetSMS.setConfig(config);
budgetSMS.sendSMS("32*********", "test message", function(err, result) {
  console.log(result);
});
0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago