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

https://github.com/anas599/morse-code

Morse decode is a Ruby app that decodes Morse code messages using a Ruby script. It takes Morse code input and returns the decoded message as text, using a hash to map Morse code to English letters. The output is a string of English letters
https://github.com/anas599/morse-code

morse-code ruby

Last synced: over 1 year ago
JSON representation

Morse decode is a Ruby app that decodes Morse code messages using a Ruby script. It takes Morse code input and returns the decoded message as text, using a hash to map Morse code to English letters. The output is a string of English letters

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

# 📖 Morse Code

**Morse Code** Morse decode is a Ruby app that decodes Morse code messages using a Ruby script. It takes Morse code input and returns the decoded message as text, using a hash to map Morse code to English letters. The output is a string of English letters

## 🛠 Built With
PostgresSQL
### Tech Stack

> Ruby

Ruby

### Key Features

- Decode Morse code into English letters

(back to top)

## 🚀 Live Demo

- [N/A]()

(back to top)

(back to top)

## 💻 Getting Started

> Morse decode is a Ruby app that decodes Morse code messages using a Ruby script. It takes Morse code input and returns the decoded message as text, using a hash to map Morse code to English letters. The output is a string of English letters

### Prerequisites

In order to run this project you need:

Ruby installed


run Ruby morse.rb

### Setup

Clone this repository to your desired folder:
cd Morse-code


git clone git@github.com:anas599/Morse-code.git

### Install

Install this project with:

cd Morse-code


ruby morse.rb

### Usage

To run the project, execute the following command:
ruby morse.rb

### Run tests

To run tests, run the following command:

rspec
### Deployment

You can deploy this project using:

(back to top)

## 👥 Authors

👤 **ANAS ALSAMMARRAIE**

- GitHub: [@anas599](https://github.com/anas599)
- Twitter: [@anas599](https://twitter.com/anas599)
- LinkedIn: [anas1993](https://linkedin.com/in/anas1993)

👤 **Sajib Arafat Siddiqui**
- GitHub: [@sajibarafatsiddiqui](https://github.com/sajibarafatsiddiqui)

(back to top)

## 🔭 Future Features
- includes Heights Reverse the coding
- Add links for output of the text

(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 the project Please do not hesitate if you have any questions

(back to top)

## 🙏 Acknowledgments

> I would like to thank Microverse for this project based learning

(back to top)

## 📝 License

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

(back to top)