1.1.2 • Published 4 years ago

words-binary v1.1.2

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

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

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago