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
- Host: GitHub
- URL: https://github.com/indiecodermm/morse-decoder
- Owner: IndieCoderMM
- License: mit
- Created: 2023-03-08T14:14:44.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-08T21:46:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T00:03:25.271Z (about 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 💻 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
```
## 👥 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)
## 🔭 Future Features
- [ ] **Add morse codes for numbers**
- [ ] **Get input from cmd**
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## 💖 Show your support
If you like this project, please consider giving it a ⭐.
## 🙏 Acknowledgments
I would like to thank all code reviewers for making this project better.
## 📜 License
This project is [MIT](./LICENSE) licensed.