textware-api

1.0.0 • Public • Published

textware-api

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install textware-api --save

Usage

var TextWare = require('textware-api').create({
  username: 'test',
  password: '123',
  source: 'test'
});

TextWare.sendSMS({
  recipient: '94761234567',
  message: 'This is a test message.'
}, function(error, response) {
  if(error) throw error;
  console.log(response);
});

Dependencies

  • node-uuid: Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
  • unirest: Simplified, lightweight HTTP client library
  • url-join: Join urls and normalize as in path.join.

Dev Dependencies

None

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i textware-api

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • ishanmarikar