3.0.0 • Published 4 months ago

egg-xtransit v3.0.0

Weekly downloads
22
License
MIT
Repository
github
Last release
4 months ago

egg-xtransit

NPM version Known Vulnerabilities npm download Codecov branch Continuous integration

Install

npm i --save egg-xtransit

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.xtransit = {
  server: '<xtransit-server address>',
  appId: '<your appId>',
  appSecret: '<your appSecret>'
};

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

Questions & Suggestions

Please open an issue here.

License

BSD-2-Clause

Contributors

Contributors

Made with contributors-img.

3.0.0

4 months ago

2.0.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.0

5 years ago