ip2bin

0.1.2 • Public • Published

ip2bin

A small method to convert an ipv4 from decimal to binary keeping the format x.x.x.x

Installation

npm install ip2bin --save

Usage

var ip2bin = require('ip2bin');

var routerIp = ip2bin('192.168.0.1');

console.log('routerIp', routerIp);

Tests

npm test

Contributing

Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.0 Initial release

Readme

Keywords

Package Sidebar

Install

npm i ip2bin

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • ozipi