This package has been deprecated

Author message:

no longer in use

nodeway-ipip

1.0.2 • Public • Published

nodeway-ipip

class IP extends Nodeway {
    lookup(ip, callback) { ... }
}

module.exports = IP;

lookup()

var api = new IP;
api.lookup('8.8.8.8', function(err, info) {
    if(!err) console.log(JSON.stringify(info));
});

License

MIT © May xiaoya zhang

Dependents (0)

Package Sidebar

Install

npm i nodeway-ipip

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • may