https://github.com/samccone/string-to-baudot-code
https://github.com/samccone/string-to-baudot-code
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/string-to-baudot-code
- Owner: samccone
- Created: 2015-04-25T15:56:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T22:10:27.000Z (about 11 years ago)
- Last Synced: 2025-01-28T10:48:49.236Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### String to Baudot Code
Convert a string of text into baudot code.
[http://en.wikipedia.org/wiki/Baudot_code](http://en.wikipedia.org/wiki/Baudot_code)
```js
require('string-to-baudot-code')('hello 123');
```