Skip to content

v2.0.0: - updated dependencies

Choose a tag to compare

@brandonlehmann brandonlehmann released this 11 May 00:58
· 4 commits to master since this release
6065c48

Simple IP Information Lookup via Team CYMRU

import IPInfo from '@gibme/ipinfo';

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