ip-fyi

0.0.3 • Public • Published

ip-fyi

A simple module that grabs your public (ipv4) IP address from ipaddress.fyi.

Example usage

const ip = require('ip-fyi');

ip.getPublicIp().then((result) => {
        console.log(result);
});

Readme

Keywords

Package Sidebar

Install

npm i ip-fyi

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

2.57 kB

Total Files

4

Last publish

Collaborators

  • trekkie1707