https://github.com/gedeonts/morse_code_decoder
This is a project to decode a Morse code using Ruby programming language.
https://github.com/gedeonts/morse_code_decoder
ruby
Last synced: 9 months ago
JSON representation
This is a project to decode a Morse code using Ruby programming language.
- Host: GitHub
- URL: https://github.com/gedeonts/morse_code_decoder
- Owner: GedeonTS
- Created: 2022-07-14T11:55:13.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-14T17:50:24.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T06:54:42.511Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Morse Decoder
> This is a project to decode a [Morse code](https://en.wikipedia.org/wiki/Morse_code) using [Ruby](https://www.ruby-lang.org/en/) programming language.
## Built With
- [x] Programming Language: Ruby
- [x] Linter: [Rubocop](https://rubocop.org/)
- [x] VS Code
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Ruby.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
Likewise for Ruby installation.
```
$ ruby --version && irb
```
### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone git@github.com:mavericks-db/morse-decoder.git
```
### Usage
Kindly modify the files as needed.
## Authors
👤 **Anthony Mwenyo**
- GitHub: [@githubhandle](https://github.com/mwenyoa)
- Twitter: [@twitterhandle](https://twitter.com/anthony_mwenyo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/anthony-mwenyo/)
👤 **Gedeon Ushindi**
- GitHub: [@GedeonTS](https://github.com/GedeonTS)
- Twitter: [@Gedeon191](https://twitter.com/Gedeon191)
- LinkedIn: [Ushindi Gedeon](https://linkedin.com/in/ushindi-gedeon)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.