This repository includes files ruby code with 3 methods to decode morse code:
In this project, we utilize the Ruby language to write methods that will decode more codes in human readable form.
RUBY
- The project decodes morse code to character
- The project decodes morse codes to words
- The project decodes morse codes to sentence
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
https://github.com/ernestkorir/morse-code.git
Install this project with:
cd morse-code
gem install
To run the project, execute the following command:
Run ruby morse_encode.rb
To run tests, run the following command:
You can deploy this project using:
👤 Ernest Korir
- GitHub: @ernestkorir
- LinkedIn: Ernest korir
👤 Jawad Nazari
- GitHub: @Jawad-Nazari
- LinkedIn: Jawad-Nazari
- Twitter: @nazari_jawad58
- [Building_a_GUI_version]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project support us by ⭐️ to this repository
We would like to thank microverse for the opportunity to learn Ruby
-
Can I use Ruby on console?
- Yes you can use Ruby on Console using irb
-
Where can I get further information about Ruby
- Yes you can, visit : https://www.ruby-lang.org/en/documentation to learn more
This project is MIT licensed.