JSPM

smsalert

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q48523F
  • License MIT

send sms using www.smsalert.co.in

Package Exports

  • smsalert

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smsalert) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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