https://github.com/forloop94/decode_morse_code
https://github.com/forloop94/decode_morse_code
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forloop94/decode_morse_code
- Owner: forLoop94
- License: mit
- Created: 2023-07-26T09:54:08.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-30T02:19:49.000Z (almost 3 years ago)
- Last Synced: 2023-07-30T03:21:36.405Z (almost 3 years ago)
- Language: Ruby
- 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
Decode Morse messages
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Decode Morse message ](#-decode-morse-message-)
- [🛠 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-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Decode Morse message** is a ruby method to decode a simple morse message with alphanumeric characters.
Server
- **Decode morse characters**
- **Decode morse word**
- **Decode morse message**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- `ruby`
- Text editor like `VSCode`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/forLoop94/decode_morse_code.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
ruby ./decode_morse.rb
```
👤 **Charles Andrews**
- GitHub: [forLoop](https://github.com/forLoop94)
- LinkedIn: [Andrews_charles](https://linkedin.com/in/andrewscharles94)
👤 **Hafiz Massam**
- GitHub: [Hafiz](https://github.com/HafizMassamTabraizKhan)
- LinkedIn: [Hafiz](https://www.linkedin.com/in/hafiz-massam-tabraiz-khan-167644255/)
- [ ] **Decode complex messages**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/forLoop94/decode_morse_code/issues).
If you like this project consider adding a ⭐️
I would like to thank Microverse.
This project is [MIT](./LICENSE) licensed.