Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evanshortiss/emobile-webtext-node

Node.js application to allow users send webtexts with their emobile account.
https://github.com/evanshortiss/emobile-webtext-node

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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