Skip to content

v0.0.7

Choose a tag to compare

@brandonlehmann brandonlehmann released this 08 Apr 00:04
· 11 commits to master since this release
d0af852

Simple IP Information Lookup via Team CYMRU

import IPInfo from '@gibme/ipinfo';

(async () => {
    console.log(await IPInfo('1.1.1.1'));
})();