1.0.0 • Published 4 years ago

hitsdb-js v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

egg-hitsdb

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

Install

$ npm i egg-hitsdb --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

1.0.0

4 years ago