https://github.com/samccone/string-to-binary
https://github.com/samccone/string-to-binary
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/string-to-binary
- Owner: samccone
- Created: 2015-03-20T21:02:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T22:09:50.000Z (about 11 years ago)
- Last Synced: 2025-03-05T10:50:04.972Z (over 1 year ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
String to Binary
============
A simple utility library to convert an ascii string to a binary string representation.
```js
require('string-to-binary')("hello world");
```
#### Installing
```shell
npm i string-to-binary
```