Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahammad-mostafa/morse-decoder

This is the third project in the fourth module of the Microverse program. It is a Morse code decoder using Ruby.
https://github.com/mahammad-mostafa/morse-decoder

gitflow gitflow-workflow microverse microverse-projects microverse-ruby microverse-students rubocop ruby ruby-application

Last synced: about 2 months ago
JSON representation

This is the third project in the fourth module of the Microverse program. It is a Morse code decoder using Ruby.

Awesome Lists containing this project

README

        

# 🏷️ Morse Decoder

This is the third project of the fourth module in the **Microverse** program.


Check the below contents for further details about this project.

# 📗 Contents

- [Description](#description)
- [Instructions](#instructions)
- [Authors](#authors)
- [Future](#future)
- [Contributions](#contributions)
- [Support](#support)
- [Acknowledgements](#acknowledgements)
- [License](#license)

# 📖 Description

This repository includes a file called `decoder` which contains medthods to decode any Morse code string

📌 **Tech Stack:**
- Code built with `Ruby`

📌 **Key Features:**
- Three methods for handling every decoding step
- First `decode_message` takes the input and split it to words
- Second `decode_word` takes words and split it to characters
- Third `decode_character` converts every code to a character

back to top

# 🛠️ Instructions

You can easily download or fork this repository and work on it immadiately!

📌 **Prerequisites:**
- You need `Ruby` language installed

📌 **Installation:**
- To install all gem dependencies run
```
bundle install
```

📌 **Development:**
- You can run the project using
```
ruby decoder.rb
```

back to top

# 👥 Authors

📌 **Mahammad:**
- [GitHub](https://github.com/mahammad-mostafa)
- [Twitter](https://twitter.com/mahammad_mostfa)
- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)

📌 **Carlos:**
- [GitHub](https://github.com/CarlosZ96)

📌 **Austin:**
- [GitHub](https://github.com/stino-x)

back to top

# 🔭 Future

Some additional features I may implement in the project:
- [ ] Implement Object oriented programming

back to top

# 🤝🏻 Contributions

Wish to contribute to this project?


Contributions, issues, and feature requests are more than welcome!


Feel free to check the [issues](../../issues) page too.

back to top

# ⭐️ Support

Like this project? Show your support by starring!

back to top

# 🙏🏻 Acknowledgements

I thank everyone at **Microverse** for guiding me through this project.

back to top

# 📝 License

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

back to top