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

https://github.com/samccone/baudot-code-to-string


https://github.com/samccone/baudot-code-to-string

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

#### Baudot Code to String

Decodes a binary sequence into an ASCII string.

```js
require('baudot-code-to-string')('111110001111011101111111100011') === 'a1a';
```