Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danifromecuador/decode-morse-code
Decode a morse code using Ruby
https://github.com/danifromecuador/decode-morse-code
Last synced: 10 days ago
JSON representation
Decode a morse code using Ruby
- Host: GitHub
- URL: https://github.com/danifromecuador/decode-morse-code
- Owner: danifromecuador
- License: mit
- Created: 2023-08-23T16:11:43.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-25T00:33:59.000Z (over 1 year ago)
- Last Synced: 2025-01-09T12:51:32.597Z (11 days ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Decoding a morse message** is the first project using Ruby and it returns a message from a given morse code
## 🛠 Built WithClient
- **The user will be able to code a message**
This project doesn't have a live demo
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Install Ruby, that depends about what OS you have:
[https://www.ruby-lang.org/en/downloads/](https://www.ruby-lang.org/en/downloads/)
Install Git:
[https://git-scm.com/downloads](https://git-scm.com/downloads)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:danifromecuador/decode-morse-code.git
cd decode-morse-code
```
### Usage
To run the project, execute the following command:
```sh
ruby morse.rb
```
👤 **Franck Sefu**
- GitHub: [franksefu1998](https://github.com/francksefu)
- Twitter: [@franksefu1998](https://twitter.com/franck_sefu)
- LinkedIn: [franksefu1998](https://www.linkedin.com/in/franck-sefu-884705254/)
👤 **Dani Morillo**
- GitHub: [danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador)
- **The decode methods will user recursion**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/danifromecuador/decode-morse-code/issues).
If you like this project give me an star on [my GitHub repo](https://github.com/danifromecuador/decode-morse-code)
I would like to thank to [Samuel Morse](https://en.wikipedia.org/wiki/Samuel_Morse) for creating morse code and [The Odin Project](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby) for teaching me about Ruby
This project is [MIT](./LICENSE) licensed.