taoip
v0.0.2
Published
Module that gets ip information based on ip.taobao.com
Downloads
11
Readme
taoip
Simple wrapper around http://ip.taobao.com
HOWTO
var taoip = require('taoip');
taoip.query('1.2.3.4', console.log.bind(console));Which would print out the result, as format in the page http://ip.taobao.com/instructions.php
LICENSE
MIT license, detailed at LICENSE file.
