📖 Morse Code Ruby Morse Code Ruby
Morse Code Ruby is a Morse Code decoder written in Ruby. Its primary goal is to decode Morse Code messages into English text.
Description:
During a seaside vacation, numerous old bottles containing parchments with Morse code messages were discovered. This led to the creation of this Ruby program, which is designed to automate the process of Morse code decryption.
The program can convert a string of Morse code into English. It understands Morse code representations for all alphabets (both lower case and upper case), and numbers from 0-9.
Backend
- Converts a single Morse code character into its corresponding English character.
- Decodes an entire Morse code word into its corresponding English word..
- Decodes an entire Morse code message into its corresponding English sentence.
To get a local copy up and running, follow these steps.
In order to run this project you need:
cd my-folder
git clone https://github.com/smunoz1988/morse-code-ruby.gitThis project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.
bundle installTo run the project, navigate to the project directory and execute the following command:
ruby morse_tranlator.rbTo run tests, run the following command:
Run the following command
rubocopYou can deploy this project using:
Not available at the moment.
👤 Santiago Munoz
- GitHub: @smunoz
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Julio Quezada
- GitHub: Alejandroq12
- Twitter: @JulioAle54
- LinkedIn: Julio Quezada
- We will add a GUI.
Contributions, issues, and feature requests are welcome!
This project is MIT licensed.
