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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i ip-to-string

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • andreaspizsa