Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

emobile-webtext

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emobile-webtext

A CLI to allow sending of webtexts from terminal using your eMobile account.

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 12 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc