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
- Host: GitHub
- URL: https://github.com/mahabubx7/morse-code-ruby
- Owner: mahabubx7
- Created: 2023-06-14T13:06:51.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-14T17:00:38.000Z (about 3 years ago)
- Last Synced: 2025-03-04T03:42:11.188Z (over 1 year ago)
- Topics: morse-code, rspec, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]** is an application for decoding the morse code
Programming Language
- **[Decoder]**
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
```
👤 **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)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mahabubx7/morse-code-ruby/issues).
If you like this project give it a **STAR**
We would like to thanks to all Micronauts for their support
This project is [MIT](./MIT.md) licensed.