https://github.com/samccone/char-to-baudot
char to Baudot-Murray code lookup
https://github.com/samccone/char-to-baudot
Last synced: 3 months ago
JSON representation
char to Baudot-Murray code lookup
- Host: GitHub
- URL: https://github.com/samccone/char-to-baudot
- Owner: samccone
- Created: 2015-03-22T03:17:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T22:05:34.000Z (about 11 years ago)
- Last Synced: 2025-07-03T04:39:49.139Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
char to baudot murray code
-------
Converts a char to Baudot-Murray code, also known as International telegraphy alphabet No. 2.
To toggle between letters and figures you can use the following keys
* `_figure_shift`
* `_letter_shift`
```
npm i char-to-baudot
```
```js
require('char-to-baudot')('a')
```