Skip to content

BernardTolosajr/globelabs-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

globelabs-sms Build Status

NPM

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

About

Simple wrapper for globelabs sms api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published