emobile-webtext

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i emobile-webtext

Weekly Downloads

5

Version

0.0.5

License

MIT

Last publish

Collaborators

  • evanshortiss