- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
MORSE CODE DECODER is a simple program that decodes a sentence in morse code. It uses a simple methodology, divide and conquer, by splitting characters into words and words into sentences.
Server
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 morse-code
git clone https://github.com/Jaymelfah/morse-code.git
Install this project with:
gem install
To run the project, execute the following command:
Example command:
ruby morse_code.rb
👤 Jeremiah Melfah
👤 Ahmed Nazir Musah
- GitHub: @ahmednazirmusah
- Twitter: @ahmednazirmush
- LinkedIn: LinkedIn
👤 Mahmoud Rizk
- GitHub: @Elerqsousy
- LinkedIn: Mahmoud (Riz) El Erqsousy
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
-
Do I have to have any previous knowledge about ruby to use this project?
- No!
-
How to use this project?
- check the Getting Started section to have a complete guid on how to setup and run teh project.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.