Skip to content

v20.0.1

Choose a tag to compare

@brandonlehmann brandonlehmann released this 13 Dec 19:48
· 1 commit to master since this release
40ad4fb

Simple IP Information Lookup via Team CYMRU

import IPInfo from '@gibme/ipinfo';

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