node-geoip-server:简单的 HTTP GeoIP API 服务器

时间:2024-07-07 11:04:01
【文件属性】:

文件名称:node-geoip-server:简单的 HTTP GeoIP API 服务器

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-07 11:04:01

JavaScript

地理IP服务器 GeoIPServer 是一个小型、简单的node.js模块,允许简单的 IP 地理定位请求。 它还带有一个方便的命令行实用程序,用于创建独立服务器。 安装 GeoIPServer 需要node.js 、 npm和必要的数据文件。 您可以安装 GeoIPServer 以在您自己的项目中使用: npm install geoip-server 或者您可以全局安装 GeoIPServer,从而轻松运行独立服务器: sudo npm install geoip-server -g 用法 在您的项目中: 如果您已经在使用 express,您可以将 GeoIPServer 直接附加到您的应用程序: var GeoIPServer = require ( 'geoip-server' ) ; var geoIPServer = new GeoIPServer ( {


【文件预览】:
node-geoip-server-master
----index.js(4KB)
----.jsbeautifyrc(488B)
----package.json(657B)
----LICENSE(2KB)
----CHANGES.md(218B)
----.gitignore(96B)
----README.md(4KB)
----.jshintrc(187B)
----cli.js(2KB)

网友评论