1.1.2 • Published 5 years ago
words-binary v1.1.2
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-binaryUsage
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.