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

https://github.com/kensteph/decode-morse-message

Project in Ruby that decodes morse message.
https://github.com/kensteph/decode-morse-message

rubocop rubocop-configuration ruby

Last synced: 10 months ago
JSON representation

Project in Ruby that decodes morse message.

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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Decode Morse

> Decode Morse is a project in Ruby that decodes morse message.

## 🛠 Built With

### Tech Stack

> This project uses the following stack :

Ruby

### Key Features

> Describe between 1-3 key features of the application.

- **Decode Morse message**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- N/A

(back to top)

## 💻 Getting Started

> Clone the repository by clicking on the 'Code' button and copy the link

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

### Prerequisites

In order to run this project you need:

You should have Ruby install on your local machine

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone git@github.com:kensteph/decode-morse-message.git
```

### Install

To install postgreSQL go to : [Instal Ruby](https://rubyinstaller.org/) and select your operating system.

### Usage

To run the project, open your project in your terminal and type ruby morse.rb .

Example command:

```sh
ruby morse.rb
```

(back to top)

## 👥 Authors

👤 **Javivy**

- GitHub: [@Javivy](https://github.com/Javivy)
- LinkedIn: [Javier Vargas](https://www.linkedin.com/in/javier-alejandro-vargas-ortega-5998a5212/)
- Twitter [@Javivy_2803](https://twitter.com/Javivy_2803)

👤 **Kender Romain**

- GitHub: [@Kensteph](https://github.com/kensteph)
- Twitter: [@RomainKender](https://twitter.com/RomainKender)
- LinkedIn: [kender-romain8788](https://www.linkedin.com/in/kender-romain8788/)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **Store the decoded message**

(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

> Write a message to encourage readers to support your project

If you like this project, please start it!

(back to top)

## 🙏 Acknowledgments

> I would like to thank the Microverse team.

(back to top)

## 📝 License

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

(back to top)