0.1.0 • Published 8 years ago

tcpip-port-to-bin v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

tcpip-port-to-bin npm version Build Status Coverage Status

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