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

https://github.com/bohaz/decode_morse_code


https://github.com/bohaz/decode_morse_code

ruby

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# πŸ“– Decode_Morse_code

This Ruby project provides methods to decode Morse code messages. It includes a function to decode a single Morse code character, another to decode a whole word, and a third to decode an entire message. The code adheres to DRY principles and efficiently translates Morse code to English text.

## πŸ›  Built With

### Tech Stack

Ruby

### Key Features

- **Methods**
- **Ruby syntax**
- **Ruby gems**
- **Hash**

(back to top)

## πŸš€ Live Demo

- This demo link is comming soon...

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Clone this repository to your desired folder:

```sh
cd my-folder
git clone git@github.com:bohaz/Decode_Morse_code.git
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ricardo MartΓ­nez**

- GitHub: [@bohaz](https://github.com/bohaz)
- Twitter: [@Ricardo29115571](https://twitter.com/Ricardo29115571)
- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)

πŸ‘€ **Muhammad Aminu Salihu**

- GitHub: [@mohashyne](https://github.com/mohashyne)
- Twitter: [@muhammadslyhu](https://twitter.com/muhammadsalyhu)
- LinkedIn: [muhammad-salihu](https://linkedin.com/in/msalyhu)

(back to top)

## πŸ”­ Future Features

- [ ] **User UI**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/bohaz/Decode_Morse_code/issues).

(back to top)

## ⭐️ Show your support

If you like this project let me know with a STAR!

(back to top)

## πŸ™ Acknowledgments

We would like to thaks Microverse for giving me the oportunity to build and contribute in projects like this.

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/bohaz/Decode_Morse_code/blob/dev/MIT.md) licensed.

(back to top)