An open API service indexing awesome lists of open source software.

https://github.com/samccone/string-to-binary


https://github.com/samccone/string-to-binary

Last synced: over 1 year ago
JSON representation

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
```