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

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.

Awesome Lists containing this project

README

          


logo


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]

**Morse Code Decoder** is a ruby app to decode morse code.

(back to top)

## 🛠 Built With

### Tech Stack

Programming language

### Key Features

- **Gitflow**
- **Rubocop implemented**
- **Decodes morse code**

## 🚀 Live Demo

No live demo available.

(back to top)

## 💻 Getting Started

### 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

(back to top)

## 👥 Authors

👤 **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)

(back to top)

## 🔭 Future Features

Future changes:
- Add your own morse code to decode

(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, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.

(back to top)

## 🙏 Acknowledgments

We would like to thank Microverse for the idea for this project.

(back to top)

## ❓ FAQ

- **Do I need a IDE or a special text editor to make changes?**

- No, you don't. You can use NotePad to make changes.

(back to top)

## 📝 License

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

(back to top)