
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
[![build status][travis-image]][travis-url] [travis-image]: https://travis-ci.org/tsq-old/ali-sms.svg?branch=master [travis-url]: https://travis-ci.org/tsq-old/ali-sms
Nodejs SDK for Aliyun SMS service
npm install ali-sms
const sms = require("ali-sms");
const accessKeyID = process.env.ALI_SMS_ACCESSKEYID;
const accessKeySecret = process.env.ALI_SMS_ACCESSKEYSECRET;
const config = {
accessKeyID : accessKeyID,
accessKeySecret : accessKeySecret,
paramString : {code: '123456'},
recNum : ['1891234567'],
signName : 'alibaba',
templateCode : 'SMS_28100008',
};
sms(config, (err, body) => {
console.log(err, body);
});
param|type|description ----|----|---|---- accessKeyID | string | access key id, get from aliyun accessKeySecret | string | access key secret, get from aliyun paramString | object | ali sms param which you have defined on aliyun sms dashboard recNum | array | phone numbers of users signName | string | ali sms param, get from aliyun sms dashboard templateCode | string | ali sms param, get from aliyun sms dashboard
DEBUG=sms npm start
FAQs
nodejs sdk for aliyun sms
The npm package aliyumsms receives a total of 0 weekly downloads. As such, aliyumsms popularity was classified as not popular.
We found that aliyumsms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.