README
Build:
node-gyp configure
node-gyp build
Run
node ip2int.js '8.8.8.8'
Clean
node-gyp clean
Convert from ip address string to integer
<script type="module">
import nodeIp2int from 'https://cdn.skypack.dev/node-ip2int';
</script>
node-gyp configure
node-gyp build
node ip2int.js '8.8.8.8'
node-gyp clean