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

https://github.com/indiecodermm/morse-decoder

Morse code decoder
https://github.com/indiecodermm/morse-decoder

Last synced: 11 months ago
JSON representation

Morse code decoder

Awesome Lists containing this project

README

          

## 📗 Table of Contents

- [🔑 Morse Decoder](#-morse-decoder)
- [🛠 Built With](#-built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#-getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Installation](#installation)
- [Usage](#usage)
- [👥 Authors](#-authors)
- [🔭 Future Features](#-future-features)
- [🤝 Contributing](#-contributing)
- [💖 Show your support](#-show-your-support)
- [🙏 Acknowledgments](#-acknowledgments)
- [📜 License](#-license)

# 🔑 Morse Decoder

**Morse Decoder** is a program to convert [Morse Code](https://en.wikipedia.org/wiki/Morse_code#:~:text=Morse%20code%20is%20a%20method,the%20inventors%20of%20the%20telegraph.) messages into readable text.

## 🛠 Built With

### Tech Stack

- Ruby

### Key Features

- Take Morse Codes as input
- Output the decoded message
- Decode Morse Code quickly

(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 [Ruby](https://www.ruby-lang.org/en/) installed on your machine.

### Setup

Clone this repository to your desired folder:

```sh
cd my-project
git clone git@github.com:IndieCoderMM/morse-decoder.git .
```

### Installation

Install this project with:

```sh
gem install
```

### Usage

To run the program, execute the following command:

```sh
ruby decoder.rb
```

(back to top)

## 👥 Authors

👨‍🚀 **Hein Thant**

- GitHub: [@githubhandle](https://github.com/indiecodermm)
- Gmail: hthant00chk@gmail.com
- LinkedIn: [LinkedIn](https://linkedin.com/in/hthantoo)

👨‍🚀 **Abel Seifu**

- GitHub: [@abe1able](https://github.com/abe1able)
- LinkedIn: [Abel-Seifu](https://linkedin.com/in/abel-seifu)

(back to top)

## 🔭 Future Features

- [ ] **Add morse codes for numbers**
- [ ] **Get input from cmd**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## 💖 Show your support

If you like this project, please consider giving it a ⭐.

(back to top)

## 🙏 Acknowledgments

I would like to thank all code reviewers for making this project better.

(back to top)

## 📜 License

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

(back to top)