ip-to-int
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/ip-to-int package

0.3.1 • Public • Published

ip-to-int

Install

npm install ip-to-int --save

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

Package Sidebar

Install

npm i ip-to-int

Weekly Downloads

12,133

Version

0.3.1

License

MIT

Last publish

Collaborators

  • joshua.marquez