https://github.com/tsheporamantso/decode-morse-code
This application takes a string of morse code characters and decode them into readable word characters and eventually making a sentence
https://github.com/tsheporamantso/decode-morse-code
Last synced: 7 months ago
JSON representation
This application takes a string of morse code characters and decode them into readable word characters and eventually making a sentence
- Host: GitHub
- URL: https://github.com/tsheporamantso/decode-morse-code
- Owner: tsheporamantso
- License: mit
- Created: 2023-10-31T17:31:15.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-01T09:05:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T23:33:32.989Z (9 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**Morse code decoder** is an app that takes a string of morse code sequences and converts them to word characters that form words and eventually make messages from complete sentences.
Server
- **Morse Code Message Converter**
- Not live yet
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install ruby using [link](https://www.ruby-lang.org/en/documentation/installation/#apt)
### Setup
Clone this repository to your desired folder:
```sh
mkdir folder_name
cd folder_name
git clone git@github.com:tsheporamantso/DECODE-MORSE-CODE.git
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
run the result on the terminal through:
```sh
ruby main.rb
```
### Run tests
No tests available.
### Deployment
Not deployed
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
👤 **Eric Delali Mawudeku**
- GitHub: [@erickma1](https://github.com/erickma1)
- [ ] **Webpage**
- [ ] **Add UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/DECODE-MORSE-CODE/issues).
If you like this project please give a star on [github](https://github.com/tsheporamantso) & follow us on [twitter](https://twitter.com/ramgt001) and also connect on [Linkedin](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/).
I would like to thank:
- [ ] **Microverse and all the staff**
- [ ] **Microverse Communinity**
- [ ] **Thanks to my coding Partners**
- [ ] **Thanks to my Morning-Session-Group and Standup-Team Partners and**
- [ ] **Thanks to Code Reviewers**
This project is [MIT](https://github.com/tsheporamantso/DECODE-MORSE-CODE/blob/a7853c134ce1c66ab26743e0988dc4d517a1a34b/LICENSE) licensed.