tobinary

0.1.2 • Public • Published

tobinary

Convert strings to binary representation.

Getting Started

Install the module with: npm install tobinary

var tobinary = require('tobinary');
tobinary("Hello World!");
 
// 010010000110010101101100011011000110111100100000010101110110111101110010011011000110010000100001

Contributing

All contributions must adhere to the the Idiomatic.js Style Guide, by maintaining the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 Rick Waldron waldron.rick@gmail.com Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i tobinary

Weekly Downloads

3

Version

0.1.2

License

none

Last publish

Collaborators

  • rwaldron