README
get local ip
This is a node line tool to get your local ip.
how to use
you need install this in global environment
npm install getlocalip -g
after installed, you can use
ip
command in your terminal, then it will show the local ip for you
It's a node line tool to get local ip
<script type="module">
import getlocalip from 'https://cdn.skypack.dev/getlocalip';
</script>
This is a node line tool to get your local ip.
you need install this in global environment
npm install getlocalip -g
after installed, you can use ip
command in your terminal, then it will show the local ip for you