0.0.3 • Published 8 years ago

qqip v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

qqip

腾讯 webservice api 中间接口

获取用户ip地址的详细信息

http://lbs.qq.com/webservice_v1/guide-ip.html

user qqip in Node.js

install

npm i qqip

usage

/**
 * uip
 * 
 * */
/**
 * @uip = 要查询用户的ip
 * @ukey = 腾讯开发者注册的 key
 * @param {String} path
 * @return {Object} exports
 * @api public
 */

qqip(uip,ukey,function (err, ipinfo) {
  console.log(ipinfo); 
});