Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


logo

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-)

---

# 📖 Morse Decoder App

- 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.

## 🛠 Built With

### Tech Stack

---

## 💻 Getting Started

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
```

(back to top)

---

## 👥 Authors

👤 **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/)

(back to top)

---

## 🔭 Future Features

- [ ] Add a feature to encode text to morse code.

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ITurres/morse-decoder/issues).

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## 🙏 Acknowledgments

I thank the Code Reviewers for their advice and time 🏆

(back to top)

---

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)

---