Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/evanshortiss/emobile-webtext-node
- Owner: evanshortiss
- License: mit
- Created: 2013-07-01T18:49:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T21:23:44.000Z (about 11 years ago)
- Last Synced: 2024-08-09T03:03:26.425Z (3 months ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);