New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

smsconnect

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smsconnect

Send and receive SMS with node.js (for Czech Republic)

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
9
-10%
Maintainers
1
Weekly downloads
 
Created
Source

SmsConnect

Send and receive SMS with node.js (for Czech Republic)

Registration

Installation

npm install smsconnect

Usage

Initialization

var Sms = require('smsconnect')
sms = new Sms.SmsConnect({
  'login': '<your_login>',
  'password': '<your_password>'
})

Inbox

sms.inbox(function(data) {
  console.log(data);
});

Send SMS

sms.send('<phone_number>', '<text_sms>', function(result) {
	console.log(result);
})

License

MIT

Keywords

sms

FAQs

Package last updated on 07 Nov 2014

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