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

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

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