Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-qqwry

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-qqwry

基于cz88纯真IP数据库的lbs解析,IP转行政区划信息

  • 0.0.2
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

node-qqwry

基于cz88纯真IP数据库的lbs解析,IP转高德经纬度

可实现:

IP转地址; P转行政区划名称,目前可精确到国内城市级; IP转行政区划对应的坐标bounds,坐标类型为高德系;

Installation

通过npm 进行安装

  npm install node-qqwry

或通过github 进行安装

  git clone https://github.com/yhostc/node-qqwry.git

Examples

通过IP获取地址

var lbs = require('node-qqwry');
lbs.getAddress('106.155.177.79');
lbs.getArea('106.155.177.79');
lbs.getBounds('106.155.177.79');

Tests

 
node test.js

版权

BSD 谁爱用谁用 yhostc

Keywords

FAQs

Package last updated on 13 Dec 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc