https://github.com/alphayowakarindi/decode-a-morse-code-message
An algorithm to decode some special characters into human readable texts.
https://github.com/alphayowakarindi/decode-a-morse-code-message
algorithm ruby
Last synced: 5 days ago
JSON representation
An algorithm to decode some special characters into human readable texts.
- Host: GitHub
- URL: https://github.com/alphayowakarindi/decode-a-morse-code-message
- Owner: alphayowakarindi
- Created: 2022-10-11T09:38:52.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-12T11:22:25.000Z (over 3 years ago)
- Last Synced: 2025-02-24T03:18:41.947Z (over 1 year ago)
- Topics: algorithm, ruby
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decode a Morse code message
> Basic logic to decode Morse code message.
## Built With
- Ruby
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby
### Install
1. Go to the terminal and ```cd``` into the directory of your preference.
2. Run `git@github.com:alphayowakarindi/decode-a-morse-code-message.git` to clone the app.
3. Open the project in a code editor of your choice that is configured to use Ruby.
3. Run `ruby decode-morce.rb` to exectue the ruby file
## Authors
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/alphayowakarindi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/alphayo-wakarindi-15a825236/)
👤 **Author2**
- GitHub: [@githubhandle](@BasitAl35031734)
- Twitter: [@twitterhandle](@BasitAl35031734)
- LinkedIn: [LinkedIn]( basit-ali-3961141b3)
## 🤝 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._