https://github.com/iamsjunaid/morse-code-decoder
Morse Code Decoder is built with Ruby & it 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 is a system of communication that uses a series of dots and dashes to represent letters, numbers, and symbols.
https://github.com/iamsjunaid/morse-code-decoder
Last synced: 10 months ago
JSON representation
Morse Code Decoder is built with Ruby & it 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 is a system of communication that uses a series of dots and dashes to represent letters, numbers, and symbols.
- Host: GitHub
- URL: https://github.com/iamsjunaid/morse-code-decoder
- Owner: iamsjunaid
- License: mit
- Created: 2023-07-26T09:18:23.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-26T14:08:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T14:58:15.525Z (over 1 year ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 2
- 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)
- [📖 About ](#-about-)
- [🛠 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-)
# 📖 About
_**Morse Code 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 a word and a sentence
### 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:iamsjunaid/Morse-Code-Decoder.git
cd Morse-Code-Decoder
```
### Install
Install thr project dependencies with:
```
bundle install
```
To run the project, execute the following command:
```
ruby morse_decoder.rb
```
- GitHub: [@iamsjunaid](https://github.com/iamsjunaid)
- LinkedIn: [@JunaidAhmedSyed](https://www.linkedin.com/in/junaidahmedsyed/)
👤 Martin Karugaba
- GitHub: [@martinkarugaba](https://github.com/iamsjunaid)
- LinkedIn: [@martinkarugaba](https://www.linkedin.com/in/martinkarugaba/)
- Twitter: [@martin_karugaba](https://www.twitter.com/martin_karugaba/)
- Conversion of a string to morse code.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/iamsjunaid/Morse-Code-Decoder/issues).
If you like this project and want to support me make cooler projects Give this project a Star.
This project is [MIT](https://github.com/iamsjunaid/Morse-Code-Decoder/blob/dev/LICENSE) licensed.