egg-alinode
Advanced tools
Weekly downloads
Readme
alinode plugin for egg.
$ npm i egg-alinode
Enable this plugin
// config/plugin.js
exports.alinode = {
enable: true,
package: 'egg-alinode',
};
Add appid
and secret
from https://node.console.aliyun.com/
// config/config.default.js
exports.alinode = {
enable: true,
appid: 'my app id',
secret: 'my app secret',
};
Start dispatch.js with NODE_LOG_DIR={logdir}
and ENABLE_NODE_LOG=yes
env:
$ ENABLE_NODE_LOG=yes NODE_LOG_DIR=/mylogdir/ alinode dispatch.js
If you use
egg-scripts
, the env is already set for you.
$ egg-scripts start
Please open an issue here.
FAQs
alinode plugin for egg
The npm package egg-alinode receives a total of 344 weekly downloads. As such, egg-alinode popularity was classified as not popular.
We found that egg-alinode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.