https://github.com/luckyscript/egg-geetest
https://github.com/luckyscript/egg-geetest
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luckyscript/egg-geetest
- Owner: luckyscript
- License: mit
- Created: 2019-06-25T04:58:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:37:39.000Z (over 2 years ago)
- Last Synced: 2024-12-17T09:58:36.861Z (6 months ago)
- Language: JavaScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-geetest
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/egg-geetest.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-geetest
[travis-image]: https://img.shields.io/travis/luckyscript/egg-geetest.svg?style=flat-square
[travis-url]: https://travis-ci.org/luckyscript/egg-geetest
[codecov-image]: https://img.shields.io/codecov/c/github/luckyscript/egg-geetest.svg?style=flat-square
[codecov-url]: https://codecov.io/github/luckyscript/egg-geetest?branch=master
[david-image]: https://img.shields.io/david/luckyscript/egg-geetest.svg?style=flat-square
[david-url]: https://david-dm.org/luckyscript/egg-geetest
[snyk-image]: https://snyk.io/test/npm/egg-geetest/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-geetest
[download-image]: https://img.shields.io/npm/dm/egg-geetest.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-geetest## Install
```bash
$ npm i egg-geetest --save
```## Usage
```js
// {app_root}/config/plugin.js
exports.geetest = {
enable: true,
package: 'egg-geetest',
};
```## Configuration
```js
// {app_root}/config/config.default.js
exports.geetest = {
};
```see [config/config.default.js](config/config.default.js) for more detail.
## Example
## Questions & Suggestions
Please open an issue [here](https://github.com/luckyscript/egg-geetest/issues).
## License
[MIT](LICENSE)