Skip to content

Convert binary to text with just one line of code with the help of this node.js package. Open an issue if you find any in the discussion.

Notifications You must be signed in to change notification settings

aashay4/b2tconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

b2tconverter

b2tconverter is a nodejs package to convert binary to text and text to binary with just one line of code.

Installation

npm i b2tconverter --save

Usage

Binary to text conversion:

var binary = require('b2tconverter');

console.log(binary.binary("Z"));

Text to binary conversion:

var text = require('b2tconverter');

console.log(text.text("01011010"));

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Convert binary to text with just one line of code with the help of this node.js package. Open an issue if you find any in the discussion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published