system-ip

1.0.2 • Public • Published

sytem-ip

An NPM Package to get your own IP Address

Install

$ npm install system-ip

Usage

import {myIP} from "get-your-ip";

const ans = myIP;
console.log(ans);
//=> ['192.168.9.104', '192.168.9.104']

API

myIp

Returns IPv4 address of your system.

Published

Vivek Chaudhary

Package Sidebar

Install

npm i system-ip

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0

Unpacked Size

1.64 kB

Total Files

4

Last publish

Collaborators

  • vivekchaudharyy