Skip to content

v1.0.2

Choose a tag to compare

@brandonlehmann brandonlehmann released this 28 Dec 18:03
· 5 commits to master since this release
c1be9c9

Simple IP Information Lookup via Team CYMRU

import IPInfo from '@gibme/ipinfo';

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