0.1.2 • Published 9 years ago

smsgateway v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

SmsGateway

npm npm

SmsGateway.me Node.js wrapper.

The service of SmsGateway.me can turn your android phone to a sms tunnel. You can programmatically send or receive messages with there RESTful API.

Docs

http://www.toobug.net/smsGateway/docs

Examples

var SmsGateway = require('smsgateway');

var gateway = new SmsGateway('demo@toobug.net','password');

gateway.getDevices().then(function(data){
	console.log('getDevices Success');
	console.log(data);
}).fail(function(message){
	console.log('failed',message);
});

Change Log

v0.1.2 (2014-12-24)

  • Added .sendMessageToNumber() .sendMessageToManyNumbers() .sendMessageToManyContacts().
  • Added docs.

v0.1.0 - v0.1.1 (2014-12-08)

  • First release
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago