https://github.com/lordksix/morse-code-decoder
Ruby application ro decode morse code.
https://github.com/lordksix/morse-code-decoder
Last synced: 5 months ago
JSON representation
Ruby application ro decode morse code.
- Host: GitHub
- URL: https://github.com/lordksix/morse-code-decoder
- Owner: lordksix
- License: mit
- Created: 2023-07-19T22:47:19.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-07-20T09:01:48.000Z (over 2 years ago)
- Last Synced: 2025-04-13T16:48:41.207Z (9 months ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**Morse Code Decoder** is a ruby app to decode morse code.
Programming language
- **Gitflow**
- **Rubocop implemented**
- **Decodes morse code**
No live demo available.
### Prerequisites
In order to run this project you need:
- To clone or fork this repo
- Ruby installed in your machine
- To modify this profile you will also need a text editor
For more information on how to install ruby on your machine:
- How to install ruby
### Setup
Clone this repository to your desired folder:
For example, using Ubuntu:
```sh
cd my-desired-folder
git clone https://github.com/lordksix/morse-code-decoder.git
```
For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo
### Install
To install dependencies, the following command must be run in the terminal:
```sh
cd morse-code-decoder
rubocop
```
### Usage
In the project directory, you can run:
```sh
ruby main.rb
```
### Run tests
No tests available
### Deployment
No deployment of this project
👤 **lordksix**
- GitHub: [@lordksix](https://github.com/lordksix)
- LinkedIn: [@wladpasquel](https://www.linkedin.com/in/wladpasquel/)
- Medium: [@wladimir.pasquel](https://medium.com/@wladimir.pasquel)
👤 **Ragan Hailu**
- GitHub: [Ragan](https://github.com/ragangithub)
- LinkedIn: [Ragan Hailu](https://linkedin.com/in/raganhailu)
Future changes:
- Add your own morse code to decode
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.
We would like to thank Microverse for the idea for this project.
- **Do I need a IDE or a special text editor to make changes?**
- No, you don't. You can use NotePad to make changes.
This project is [MIT](./LICENSE) licensed.