https://github.com/oscarfmdev/morse-decoder
This is a morse decoder program built using Ruby
https://github.com/oscarfmdev/morse-decoder
Last synced: 11 months ago
JSON representation
This is a morse decoder program built using Ruby
- Host: GitHub
- URL: https://github.com/oscarfmdev/morse-decoder
- Owner: OscarFMdev
- Created: 2022-12-14T23:27:22.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-15T22:28:44.000Z (over 3 years ago)
- Last Synced: 2025-07-22T00:35:15.468Z (11 months ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
**[morse-decoder]** is a program that allows the user to input morse code and convert the message into English words.
Programming language
- **[Clean code using rubocop linters]**
- **[Morse decoder functionality]**
Not available.
To get a local copy up and running, follow these steps.
### Prerequisites
To run this project you need to have installed [Ruby](https://www.ruby-lang.org/en/documentation/installation/) and a code editor, we are using [Visual Studio Code](https://code.visualstudio.com/download) with Code runner extension, this is a [video](https://www.youtube.com/watch?v=bDSIzatb1N4) explaining how to configure Code runner.
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone git@github.com:OscarFMdev/morse-decoder.git
```
### Usage
To run the project, add a parameter to decoding-message function, separating each word with 3 spaces and each letter using 1 space and then right-click on the text editor to run with the Code runner extension.
π€ **Author1: Oscar FernΓ‘ndez MuΓ±oz**
- GitHub: [@OscarFMdev](https://github.com/OscarFMdev)
- Twitter: [@OscarFMdev](https://twitter.com/OscarFMdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/OscarFMdev)
π€ **Lucas Comamala GarcΓa**
- GitHub: [@lucascomamala](https://github.com/lucascomamala)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lucas-comamala/)
- [ ] **[A Graphical User Interface]**
- [ ] **[Inverse decoding]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give this repo a star and reach out on our social media, and we will be happy to know about it! π
I would like to thank the [Wikipedia Page](https://en.wikipedia.org/wiki/Morse_code) for showing us how the morse code works.
- **How can I contribute?**
- Please send us a message on our social media and we will let you contribute.
- **What if I have problems running this project?**
- Let us know on our social media DMs, we will be happy to help you.
This project is [MIT](./MIT.md) licensed.