/emobile-webtext-node

Node.js application to allow users send webtexts with their emobile account.

Primary LanguageJavaScript

emobile-webtext-node

Node.js application to allow users send webtexts with their emobile account.

Install

	npm install -g emobile-webtext

Usage

From a terminal:

	emobile -u 0123456789 -r 9876543210 -t "Wassup dude?"

Within a node.js application:

  var emobile = require('emobile-webtext');
  emobile.sendText(085012345678, 1234, "Wassup dude?", 085876543210);