/node-ip-to-int

IP to Integer converter for Node.js

Primary LanguageTypeScriptMIT LicenseMIT

ip-to-int

Install

npm install ip-to-int --save

or

yarn add ip-to-int

Usage

const ipInt = require("ip-to-int");

// IP to Integer
ipInt("89.150.79.17").toInt(); // 1503022865

// Integer to IP
ipInt("1503022865").toIP(); // 89.150.79.17

Reference

http://www.aboutmyip.com/AboutMyXApp/IP2Integer.jsp