smsalert

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i smsalert

Weekly Downloads

14

Version

1.0.1

License

MIT

Unpacked Size

2.44 kB

Total Files

3

Last publish

Collaborators

  • cozyvision1