https://github.com/theophileaseh/morse-code
Morse Code is an application built using Ruby which takes in a Morse code character and decodes it to a corresponding readable and understandable form.
https://github.com/theophileaseh/morse-code
morse-code rubocop ruby
Last synced: 11 months ago
JSON representation
Morse Code is an application built using Ruby which takes in a Morse code character and decodes it to a corresponding readable and understandable form.
- Host: GitHub
- URL: https://github.com/theophileaseh/morse-code
- Owner: Theophileaseh
- Created: 2022-07-18T11:13:08.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-20T13:20:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T22:38:45.957Z (about 1 year ago)
- Topics: morse-code, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morse-Code
>This is a project build to decode sentence of special character (`"-- -.-- -. .- -- ."`) to the real sentence ("MY NAME")
## Built with
- Ruby
## Getting Started
**To launch the project locally:**
**Step 1:**
- Clone this repo locally using git in the command line and the following command
```
> https://github.com/Theophileaseh/Morse-Code.git
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory
**Step 2:**
In the project directory, you can run:
```
> ruby morse_code_message.rb
```
or alternatively you can copy and paste the commands in
```
> irb
```
## Authors
:bust_in_silhouette: **NWACHAN THEOPHILE**
- GitHub: [@githubTheophileaseh](https://github.com/Theophileaseh)
- LinkedIn: [Theophileaseh](https://www.linkedin.com/in/nwachan-theophile/)
## 🤝 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](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) licensed.