https://github.com/jjeejj/egg-aliyun-sms
Egg 阿里云发短信插件
https://github.com/jjeejj/egg-aliyun-sms
egg egg-plugin eggjs eggplugin
Last synced: about 2 months ago
JSON representation
Egg 阿里云发短信插件
- Host: GitHub
- URL: https://github.com/jjeejj/egg-aliyun-sms
- Owner: jjeejj
- License: mit
- Created: 2020-07-17T03:12:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:21:41.000Z (over 3 years ago)
- Last Synced: 2025-12-27T18:17:41.912Z (7 months ago)
- Topics: egg, egg-plugin, eggjs, eggplugin
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-aliyun-sms
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/egg-aliyun-sms.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-aliyun-sms
[travis-image]: https://img.shields.io/travis/eggjs/egg-aliyun-sms.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-aliyun-sms
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg-aliyun-sms.svg?style=flat-square
[codecov-url]: https://codecov.io/github/eggjs/egg-aliyun-sms?branch=master
[david-image]: https://img.shields.io/david/eggjs/egg-aliyun-sms.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-aliyun-sms
[snyk-image]: https://snyk.io/test/npm/egg-aliyun-sms/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-aliyun-sms
[download-image]: https://img.shields.io/npm/dm/egg-aliyun-sms.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-aliyun-sms
## Install
```bash
$ npm i egg-aliyun-sms --save
```
## Usage
```js
// {app_root}/config/plugin.js
exports.n = {
enable: true,
package: 'egg-aliyun-sms',
};
```
## Configuration
```js
// {app_root}/config/config.default.js
exports.n = {
};
```
see [config/config.default.js](config/config.default.js) for more detail.
## Example
## Questions & Suggestions
Please open an issue [here](https://github.com/eggjs/egg/issues).
## License
[MIT](LICENSE)