ip-to-string

0.0.1 • Public • Published

ip-to-string

Convert an integer IP address to its dot-decimal string representation, eg 0x7F000001 to 127.0.0.1

Travis Downloads

Install

npm i -S ip-to-string

Use

var ipToString = require('ip-to-string');
ipToString(0x7F000001);
// -> '127.0.0.1'

license

MIT

Package Sidebar

Install

npm i ip-to-string

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • andreaspizsa