Skip to content

v1.0.0

Choose a tag to compare

@brandonlehmann brandonlehmann released this 07 Jul 20:28
· 7 commits to master since this release
b2d6ffc

Simple IP Information Lookup via Team CYMRU

import IPInfo from '@gibme/ipinfo';

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