https://github.com/samccone/baudot-code-to-string
https://github.com/samccone/baudot-code-to-string
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/baudot-code-to-string
- Owner: samccone
- Created: 2015-04-27T22:16:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T22:27:46.000Z (about 11 years ago)
- Last Synced: 2025-02-28T17:46:19.164Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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';
```