0.0.3 • Published 9 years ago

globelabs-sms v0.0.3

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

globelabs-sms Build Status

Simple wrapper for globelabs SMS api

Installation

npm install globelabs-sms

Setup

var SMS = require('globelabs-sms');
//sending sms
var sms = SMS({senderAddress: '1234', token: 'SuCbrxI6n75bFko5ajI_lx5EK2ticlOS1VAI8fgaAy4'});
sms.send({address: '91592341234',message: 'hello from npm'}, function(err, response) {
  console.log(response);
});

see: globelabs-api for sms docs

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago