https://github.com/kanzatahreem/ruby-morse-decoder
A tool that allows users to decode a Morse code string into human readable text.
https://github.com/kanzatahreem/ruby-morse-decoder
decoder irb morse-code ruby
Last synced: 2 months ago
JSON representation
A tool that allows users to decode a Morse code string into human readable text.
- Host: GitHub
- URL: https://github.com/kanzatahreem/ruby-morse-decoder
- Owner: KanzaTahreem
- License: mit
- Created: 2022-12-14T19:05:21.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-29T15:45:28.000Z (over 3 years ago)
- Last Synced: 2025-01-08T22:38:06.053Z (over 1 year ago)
- Topics: decoder, irb, morse-code, ruby
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Ruby Morse Decoder ](#-ruby-morse-decoder-)
- [🛠 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-)
- [📝 License ](#-license-)
# 📖 Ruby Morse Decoder
_**Morse Decoder**_ built with [Ruby](https://www.ruby-lang.org/en/) is a tool that allows users to convert a Morse code into human readable text. It takes a string of Morse code as an input. [Morse code](https://en.wikipedia.org/wiki/Morse_code) is a system of communication that uses a series of dots and dashes to represent letters, numbers, and symbols.
## 🛠 Built With
Client
- Decodes a morse character
- Decodes a morse word
- Decodes a morse message
### Prerequisites
In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed and running. To get more information, read the [installation instructions](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md).
- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).
### Setup
Clone this repository to your desired folder:
```
git clone git@github.com:KanzaTahreem/Ruby-Morse-Decoder.git
cd Ruby-Morse-Decoder
```
### Install
Install thr project dependencies with:
```
bundle install
```
To run the project, execute the following command:
```
ruby decode_message.rb
```
- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [Kanza Tahreem](https://www.linkedin.com/in/kanza-tahreem/)
👤 Author 2
- GitHub: [@camilovelag](https://github.com/camilovelag)
- Twitter: [@camilovelag](https://twitter.com/camilovelag)
- LinkedIn: [camilovelag](https://linkedin.com/in/camilovelag)
- Create a console app
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/KanzaTahreem/Ruby-Morse-Decoder/issues).
If you like this project and want to support me make cooler projects Give this project a Star.
This project is [MIT](./LICENSE) licensed.