0.0.6 • Published 2 years ago

geoip-qqwry v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

geoip-qqwry

A light weight native JavaScript implementation of GeoIP API

geoip-qqwry Build Status

Installation

$ npm i [-g] geoip-qqwry [--save]

Usage

~$ qqwry
~> geoip-qqwry@0.0.3

 - lookup [ip]
 - update
 - version
 - help

~$ qqwry lookup 114.114.114.114
~> 江苏省南京市 南京信风网络科技有限公司GreatbitDNS服务器

Example

const qqwry = require('geoip-qqwry');

const { lookup } = qqwry();

console.log(lookup('8.8.8.8')); 
//=> [ '美国', '加利福尼亚州圣克拉拉县山景市谷歌公司DNS服务器' ]

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT

This work is licensed under the MIT license.


0.0.6

2 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago