Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iturres/morse_decoder
💎 Effortlessly decode Morse code with this Ruby utility. Translate both individual characters and entire messages using the provided functions. Seamlessly convert Morse code back into text with decode_char, decode_word, and decode functions. Your Morse decoding solution in one concise package.
https://github.com/iturres/morse_decoder
Last synced: about 1 month ago
JSON representation
💎 Effortlessly decode Morse code with this Ruby utility. Translate both individual characters and entire messages using the provided functions. Seamlessly convert Morse code back into text with decode_char, decode_word, and decode functions. Your Morse decoding solution in one concise package.
- Host: GitHub
- URL: https://github.com/iturres/morse_decoder
- Owner: ITurres
- License: mit
- Created: 2023-08-23T20:25:05.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-08-24T15:15:21.000Z (over 1 year ago)
- Last Synced: 2024-11-29T07:42:12.904Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Morse Decoder
---
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Morse Decoder App ](#-morse-decoder-app-) - [Learning objectives](#learning-objectives)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)---
- This is a Ruby program that decodes morse code.
---
#### Learning objectives
- Run a program using the command line.
- Use Ruby syntax for basic programming operations.
- Use Ruby to solve basic coding challenges.
---
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Have Ruby installed. If you need to install Ruby, follow the instructions on the [official page](https://www.ruby-lang.org/en/documentation/installation/).
### Setup
Clone this repository to your desired folder:
Example commands:
```bash
cd my-folder
git clone [email protected]:ITurres/morse-decoder.git
```
---
👤 **Arthur Iturres**
- GitHub: [@ITurres](https://github.com/ITurres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)
- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)
- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)
👤 **Mathias Wismann**
- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)
---
- [ ] Add a feature to encode text to morse code.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ITurres/morse-decoder/issues).
---
Give a ⭐ if you liked this project!
---
I thank the Code Reviewers for their advice and time 🏆
---
This project is [MIT](./LICENSE) licensed.
---