https://github.com/rwubakwanayo/morse-code-message
This is an introduction to ruby course where we build project to decode sentence of special character ("-- -.-- -. .- -- .") to the real sentence ("MY NAME")
https://github.com/rwubakwanayo/morse-code-message
ruby
Last synced: 8 months ago
JSON representation
This is an introduction to ruby course where we build project to decode sentence of special character ("-- -.-- -. .- -- .") to the real sentence ("MY NAME")
- Host: GitHub
- URL: https://github.com/rwubakwanayo/morse-code-message
- Owner: RWUBAKWANAYO
- Created: 2022-07-15T10:00:18.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-15T12:52:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T22:38:43.479Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morse-code-message
>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/RWUBAKWANAYO/Morse-code-message.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:
```javascript
> ruby morse_code_message.rb
```
or alternatively you can copy and paste the commands in
```
> irb
```
## Authors
:bust_in_silhouette: **RWUBAKWANAYO**
- GitHub: [@githubrwubakwanayo](https://github.com/RWUBAKWANAYO)
- LinkedIn: [Rwubakwanayo](https://www.linkedin.com/in/rwubakwanayo-olivier)
: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.