Skip to content

v20.0.0

Choose a tag to compare

@brandonlehmann brandonlehmann released this 23 Aug 20:00
· 3 commits to master since this release
0416e4a

Simple IP Information Lookup via Team CYMRU

import IPInfo from '@gibme/ipinfo';

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