zack-lin / egg-alinode

alinode plugin for egg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-alinode

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

alinode plugin for egg.

Install

$ npm i egg-alinode

Usage

Enable this plugin

// config/plugin.js
exports.alinode = true;

Add appid and secret from http://alinode.aliyun.com/

// config/config.default.js
exports.alinode = {
  appid: '123',
  secret: 'my secret haha',
};

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

Questions & Suggestions

Please open an issue here.

License

MIT

About

alinode plugin for egg

License:MIT License


Languages

Language:JavaScript 100.0%