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.
- Host: GitHub
- URL: https://github.com/codehass/decode-morse
- Owner: codehass
- Created: 2023-03-02T22:28:19.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-03T10:35:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T15:26:33.763Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** The Morse Code Decoder is a program built with ruby to automate the decryption of morse code messages.
- Ruby
- Decode morse numbers and alphabeth
- Decode an entire word/message in Morse code, takes a string parameter, and return the string representation
- [Live Demo Link](#)
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
```
👤 **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)
- Decode special characters
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/codehass/Decode-Morse/issues).
If you like this project give us ⭐
I would like to thank [Microverse](https://github.com/microverseinc) for this project inspiration.
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._