words-binary

1.1.2 • Public • Published

Words Binary

Words binary is a simple module that transforms words / numbers to binary numbers

Installation

Use the package manager npm to install.

npm install words-binary

Usage

const WordsBinary = require('words-binary')
console.log(WordsBinary('Hello Binary World!'))
 
Output: 0100100001100101011011000110110001101111 010000100110100101101110011000010111001001111001 0101011101101111011100100110110001100100!

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.

License

MIT

Package Sidebar

Install

npm i words-binary

Weekly Downloads

6

Version

1.1.2

License

MIT

Unpacked Size

5.08 kB

Total Files

4

Last publish

Collaborators

  • toledosdl