binary-machine

2.0.1 • Public • Published

Binary Machine

Convert decimal numbers to binary 🔟 ➡️ 2️⃣

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

Readme

Keywords

Package Sidebar

Install

npm i binary-machine

Weekly Downloads

3

Version

2.0.1

License

MIT

Last publish

Collaborators

  • ericdouglas