README
IPv4
get-ipv4
Installation
$ npm install get-ipv4 -g
Quick Start
$ ipv4
$ Your ip is: 192.168.1.101 which was in your clipboard.
Detects the IPv4 Address.
<script type="module">
import getIpv4 from 'https://cdn.skypack.dev/get-ipv4';
</script>
IPv4
get-ipv4
$ npm install get-ipv4 -g
$ ipv4
$ Your ip is: 192.168.1.101 which was in your clipboard.
MIT