Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwismann/decode_a_morse_code
https://github.com/mwismann/decode_a_morse_code
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwismann/decode_a_morse_code
- Owner: mwismann
- Created: 2023-05-10T22:07:31.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-05-11T21:16:23.000Z (over 1 year ago)
- Last Synced: 2024-11-08T20:53:49.493Z (about 2 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Decode Morse Code** is a small Ruby warm up project that takes an encoded Morse message and returns the decoded version.
Client
- **Decode a morse message**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:mwismann/decode_a_morse_code.git
```
### Usage
To run the project, execute the following commands:
```sh
ruby decode.rb
```
👤 **Mathias Wismann**
- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)
👤 **Dico Diaz Dussan**
- GitHub: [@dicodiaz](https://github.com/dicodiaz)
- LinkedIn: [Dico Diaz Dussan](https://www.linkedin.com/in/dico-diaz-dussan/)
- Portfolio: [portfolio.dicodiaz.com.co](https://portfolio.dicodiaz.com.co)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
A huge thanks to [Microverse](https://www.microverse.org) for their constant support.
This project is [MIT](./MIT.md) licensed.