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

https://github.com/manojpandey/morsy

morse code translations direct from your terminal (.... --- .-- / -.-. --- --- .-..)
https://github.com/manojpandey/morsy

beginner-friendly beginner-project decoder encoder go golang morse-code translator

Last synced: 3 months ago
JSON representation

morse code translations direct from your terminal (.... --- .-- / -.-. --- --- .-..)

Awesome Lists containing this project

README

          

_ __ ___ ___ _ __ ___ _ _
| '_ ` _ \ / _ \| '__/ __| | | |
| | | | | | (_) | | \__ \ |_| |
|_| |_| |_|\___/|_| |___/\__, |
__/ |
|___/
# morsy
morse code translations direct from your terminal (.... --- .-- / -.-. --- --- .-..)

## Installation

```
go get github.com/manojpandey/morsy/morsy
```

### Usage -- CLI

```
$ morsy "HELLO WORLD"
> .... . .-.. .-.. --- / .-- --- .-. .-.. -..

$ morsy ".... . .-.. .-.. --- / .-- --- .-. .-.. -.."
> HELLO WORLD
```

### Suggestions
> Please create a new issue

### Contributions
> Please send a PR :-)

### LICENSE
[MIT](https://github.com/manojpandey/morsy/blob/master/LICENSE)