- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
This project is a Morse code decoder implemented in Ruby. It provides methods to decode Morse code characters, words, and entire messages. The decoded message can be printed or used in other applications.
The project is built with the following technologies:
- Ruby
The key features of this project include:
- Decoding Morse code characters
- Decoding Morse code words
- Decoding entire messages in Morse code
To get started with the project, follow the instructions below.
To set up the project locally, you need to have Ruby installed on your system.
- Ruby (version 2.5 or above)
- Clone the repository:
clone git@github.com:MussieTeka/morse-code-decoder.git
- Change into the project directory:
cd morse-code-decoder
To use the Morse code decoder, follow these steps:
- Open the morse_decoder.rb file in a text editor.
- Modify the message variable to contain the Morse code you want to decode.
- Run the script using the command:
ruby morse_decoder.rb
- The decoded message will be printed on the console.
There are no tests available for this project.
There is no specific deployment process for this project as it is a code implementation. However, you can integrate the Morse code decoder into your own Ruby applications.
This project was developed by:
👤 Umair Hamza
- GitHub: @emhamza
- Twitter: @uhamzaz
- LinkedIn: Umair Hamza
👤 Mussie Kahsay
- GitHub: @MussieTeka
- Twitter: @mussieteka
- LinkedIn: @mussieteka
Possible future features for this project include:
- Encoding text into Morse code
- Providing a command-line interface (CLI) for interactive decoding
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you would like to contribute to this project, you can follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request back to the original repository.
If you like this project, please give it a star on GitHub.
-
Can I modify and redistribute this project?
- Yes, you can modify and redistribute this project as long as you follow the terms of the MIT license.
-
How can I contribute to this project?
- Contributions, issues, and feature requests are welcome! You can check the issues page to see if there are any current issues or feature requests that you can work on. If not, feel free to submit a new issue or pull request. Before contributing, please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is MIT licensed.