txtlocal

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i txtlocal

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • markwillis82