README
getip-cli
Fast, simple to get ip address
Installation
$ npm install getip-cli -g
Use
$ getip
Your IP Address: 10.46.189.34
$ ip
Your IP Address: 10.46.189.34
(END)
Fast, simple command line to get ip address
<script type="module">
import getipCli from 'https://cdn.skypack.dev/getip-cli';
</script>
Fast, simple to get ip address
$ npm install getip-cli -g
$ getip
Your IP Address: 10.46.189.34
$ ip
Your IP Address: 10.46.189.34
(END)