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

https://github.com/oldprojectss/morse-code-decoder

This is a morse code decoder that uses ruby to convert morse coded into readable text
https://github.com/oldprojectss/morse-code-decoder

ruby

Last synced: 11 months ago
JSON representation

This is a morse code decoder that uses ruby to convert morse coded into readable text

Awesome Lists containing this project

README

          

# Morse code decoder

> This is a morse code decoder that uses ruby to convert morse coded into readable text

## Getting Started

To start using this software you need to have Ruby installed in your machine

in terminal:

```
ruby morse_code.rb
```

You will get ` Enter a message to decode!` anter morse code in the terminal and hit `Enter`

Exemple:

```
─$ ruby morse_code.rb
Enter a message to decode!
.- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ... # input
A BOX FULL OF RUBIES # output
```

## Authors

👤 **Ismail courr**

- GitHub: [@ismailco](https://github.com/ismailco)
- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)
- LinkedIn: [ismailcourr](https://linkedin.com/in/ismailcourr)

👤 **Nicholas Mutale**

- GitHub: [@mutalenic](https://github.com/Mutalenic)
- Twitter: [@nicomutale](https://twitter.com/nicomutale)
- LinkedIn: [@nicomutale](https://www.linkedin.com/in/nicomutale/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./LICENSE) licensed.