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

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


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

Last synced: 8 months ago
JSON representation

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