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

https://github.com/mahabubx7/morse-code-ruby

Decode a morse code using ruby - Pair programming
https://github.com/mahabubx7/morse-code-ruby

morse-code rspec rubocop ruby

Last synced: about 2 months ago
JSON representation

Decode a morse code using ruby - Pair programming

Awesome Lists containing this project

README

          

Morse Code Decoder

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Morse Code Decoder]

**[Morse Code Decoder]** is an application for decoding the morse code

## 🛠 Built With

### Tech Stack

Programming Language

### Key Features

- **[Decoder]**

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

```sh
bundle install
```
### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/mahabubx7/morse-code-ruby.git
```

### Run tests

To run tests, run the following command:

```sh
rspec
```

(back to top)

## 👥 Authors

👤 **Mahabub Alam**

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

👤 **Lawrence Amoafo**

- GitHub: [@Kwaku28](https://github.com/Kwaku28)
- Twitter: [@kwakuamoafo](https://twitter.com/kwakuamoafo)
- LinkedIn: [lawrenceamoafo](https://linkedin.com/in/lawrenceamoafo)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mahabubx7/morse-code-ruby/issues).

## ⭐️ Show your support

If you like this project give it a **STAR**

(back to top)

## 🙏 Acknowledgments

We would like to thanks to all Micronauts for their support

## 📝 License

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

(back to top)