2.0.1 • Published 9 years ago

binary-machine v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Binary Machine

Convert decimal numbers to binary :keycap_ten: :arrow_right: :two:

travis build codecov coverage version downloads MIT License semantic-release

Installation

npm i -S binary-machine

Usage

var bm = require('binary-machine');

console.log(bm('13'));
// "1101"

console.log(bm('31'));
// "11111"

Tests

npm test

# run tests and display status about code coverage
npm test:single

Lincese

MIT License © Eric Douglas