daviddoran / emobile-webtext-node

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

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


Languages

Language:JavaScript 100.0%