🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

smsalert

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smsalert

send sms using www.smsalert.co.in

1.0.1
latest
Source
npm
Version published
Weekly downloads
8
-52.94%
Maintainers
1
Weekly downloads
 
Created
Source

Smsalert Node JS SMS Send

Node JS client module to send SMS messages using SMS Alert Gateway.

To use this library, you must have a valid account on https://www.smsalert.co.in.

For any questions, please contact us at support@cozyvision.com

Installation

$ npm install smsalert

Send a message

    const SMS = require('smsalert');
    const sms = new SMS(username, password);
	const resultMessage = sms.send(to, message,senderid);
    core.debug('SMS sent!');
	core.debug(resultMessage.description);

More info

You can check out our website https://www.smsalert.co.in

Keywords

smsalert

FAQs

Package last updated on 02 Apr 2020

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