egg-smss

Sms plugin for egg

Usage no npm install needed!

<script type="module">
  import eggSmss from 'https://cdn.skypack.dev/egg-smss';
</script>

README

egg-smss

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-smss --save

Usage

// {app_root}/config/plugin.js
exports.smss = {
  enable: true,
  package: 'egg-smss',
};

Configuration

// {app_root}/config/config.default.js
exports.smss = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT