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

https://github.com/forloop94/decode_morse_code


https://github.com/forloop94/decode_morse_code

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

#


Decode Morse messages

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Decode Morse message ](#-decode-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)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Decode Morse message

**Decode Morse message** is a ruby method to decode a simple morse message with alphanumeric characters.

## 🛠 Built With

### Tech Stack

Server

### Key Features

- **Decode morse characters**
- **Decode morse word**
- **Decode morse message**

(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:

- `ruby`
- Text editor like `VSCode`

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/forLoop94/decode_morse_code.git
```

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby ./decode_morse.rb
```

(back to top)

## 👥 Authors

👤 **Charles Andrews**

- GitHub: [forLoop](https://github.com/forLoop94)
- LinkedIn: [Andrews_charles](https://linkedin.com/in/andrewscharles94)

👤 **Hafiz Massam**

- GitHub: [Hafiz](https://github.com/HafizMassamTabraizKhan)
- LinkedIn: [Hafiz](https://www.linkedin.com/in/hafiz-massam-tabraiz-khan-167644255/)

(back to top)

## 🔭 Future Features

- [ ] **Decode complex messages**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/forLoop94/decode_morse_code/issues).

(back to top)

## ⭐️ Show your support

If you like this project consider adding a ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse.

(back to top)

## 📝 License

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

(back to top)