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 smsalertSend 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