Socket
Socket
Sign inDemoInstall

smsalert

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    smsalert

send sms using www.smsalert.co.in


Version published
Maintainers
1
Install size
2.38 kB
Created

Readme

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

FAQs

Last updated on 02 Apr 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc