egg-ip-search
v1.0.2
Published
egg plugin for searching ip geo information.
Downloads
1
Maintainers
Readme
egg-ip-search
Install
$ npm i egg-ip-search --save
Usage
// {app_root}/config/plugin.js
exports.ipSearch = {
enable: true,
package: 'egg-ip-search',
};
// {app_root}/controller/xxx.js
const location = await this.ctx.getLocation();
Configuration
// {app_root}/config/config.default.js
exports.ipSearch = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.