tcpip-port-to-bin
v0.1.0
Published
Converts tcp/ip ports numbers to binary (0 to 65536)
Downloads
4
Readme
tcpip-port-to-bin
Converts tcp/ip ports numbers to binary (0 to 65536)
Installation
npm install tcpip-port-to-bin --save
Usage
var tcpipPortToBin = require('tcpip-port-to-bin');
var binaryPort = tcpipPortToBin('22');
console.log('binaryPort', binaryPort);
Tests
npm test
Todo
Contributing
Add unit tests for any new or changed functionality. Lint and test your code via the npm test.
Release History
- 0.1.0 Initial release