1.0.2 • Published 2 months ago

system-ip v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

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

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago