0.0.1 • Published 11 years ago

txtlocal v0.0.1

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

txtlocal

implementation of txtlocal.co.uk's sms gateway

example

var sms = require("./lib/txtlocal");
var opts = {
	uname: 'username',
	hash: 'hash',
	selectednums: 'phone number',
	message: 'test'
};

sms.sendSMS(opts, function(err,res) {
	console.log(err,res);
});```

install
=======

With [npm](http://npmjs.org)

npm install txtlocal

license
=======

MIT