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

https://github.com/codehass/decode-morse

The Morse Code Decoder is a program built with ruby to automate the decryption of morse code messages.
https://github.com/codehass/decode-morse

ruby

Last synced: 5 months ago
JSON representation

The Morse Code Decoder is a program built with ruby to automate the decryption of morse code messages.

Awesome Lists containing this project

README

          


MORSE CODE DECODER

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

- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 MORSE CODE DECODER

**MORSE CODE DECODER** The Morse Code Decoder is a program built with ruby to automate the decryption of morse code messages.

## 🛠 Built With

### Tech Stack

- Ruby

### Key Features

- Decode morse numbers and alphabeth
- Decode an entire word/message in Morse code, takes a string parameter, and return the string representation

(back to top)

## 🚀 Live Demo

- [Live Demo Link](#)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

### Setup

Clone this repository to your desired folder:

```sh
git@github.com:codehass/Decode-Morse.git
cd Decode-Morse
```

(back to top)

## 👥 Author

👤 **Hassan EL OUARDY**

- GitHub: [@codehass](https://github.com/codehass)
- Twitter: [@hassanelourdy](https://twitter.com/hassanelourdy)
- LinkedIn: [Hassan El OUARDY](https://www.linkedin.com/in/hassan-el-ouardy-360b99169/)

👤 **Emmanuella Adu**

- GitHub: [@elarhadu](https://github.com/elarhadu)
- Twitter: [@elarh_](https://twitter.com/elarh_)
- LinkedIn: [Emmanuella Adu](https://linkedin.com/in/emmanuella-adu)

(back to top)

## 🔭 Future Features

- Decode special characters

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/codehass/Decode-Morse/issues).

(back to top)

## ⭐️ Show your support

If you like this project give us ⭐

(back to top)

## 🙏 Acknowledgments

I would like to thank [Microverse](https://github.com/microverseinc) for this project inspiration.

(back to top)

## 📝 License

This project is [MIT](./MIT.md) 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._

(back to top)