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

https://github.com/alejandroq12/morse-message

morse_message
https://github.com/alejandroq12/morse-message

Last synced: 2 months ago
JSON representation

morse_message

Awesome Lists containing this project

README

        

## Morse Message



logo


Morse Message



# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Morse Message Morse Message](#-morse-message-morse-message)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Morse Message Morse Message

**Morse Message** is a Morse Code decoder written in Ruby. Its primary goal is to decode Morse Code messages into English text.
Description:

During a seaside vacation, numerous old bottles containing parchments with Morse code messages were discovered. This led to the creation of this Ruby program, which is designed to automate the process of Morse code decryption.

The program can convert a string of Morse code into English. It understands Morse code representations for all alphabets (both lower case and upper case), and numbers from 0-9.

## 🛠 Built With

### Tech Stack

Backend

### Key Features

- **Converts a single Morse code character into its corresponding English character.**
- **Decodes an entire Morse code word into its corresponding English word..**
- **Decodes an entire Morse code message into its corresponding English sentence.**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

[Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)

### Setup

```sh
cd my-folder
git clone https://github.com/Alejandroq12/morse-message.git
```

### Install

This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.

```sh
bundle install
```

### Usage

To run the project, navigate to the project directory and execute the following command:

```sh
ruby morse_message.rb
```

### Run tests

To run tests, run the following command:

Run the following command
```sh
rubocop
```

### Deployment

You can deploy this project using:

Not available at the moment.

(back to top)

## 👥 Authors

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

(back to top)

## 🔭 Future Features

- **We will add a GUI.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project please give a star.
Thanks in advance.

(back to top)

## 🙏 Acknowledgments

I would like to thank all of my colleagues who inspire to do my best everyday.

(back to top)

## ❓ FAQ

- **Did you create this project from scratch?**

- Absolutely. Creating this project from zero has significantly increased my understanding of essential Ruby syntax, data types, use of variables, conditional statements, loops, and methods.

(back to top)

## 📝 License

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

(back to top)