https://github.com/sboursen/mv_morse_decoder
A ruby program that decodes Morse
https://github.com/sboursen/mv_morse_decoder
Last synced: 24 days ago
JSON representation
A ruby program that decodes Morse
- Host: GitHub
- URL: https://github.com/sboursen/mv_morse_decoder
- Owner: Sboursen
- License: mit
- Created: 2022-05-04T15:47:39.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2022-05-05T12:57:25.000Z (about 3 years ago)
- Last Synced: 2024-04-21T03:55:54.985Z (about 1 year ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Morse decoder
This is an educational project to getting started with Ruby by building a Morse decoding script.
## Getting Started
- Run `bundle install` to get the dependencies.
- Run `ruby morse_decode.rb`## Authors
👤 **Mostafa Ahangarha**
- GitHub: [@ahangarha](https://github.com/ahangarha)
- Twitter: [@ahangarha](https://twitter.com/ahangarha)
- LinkedIn: [Ahangarha](https://linkedin.com/in/ahangarha)👤 **Bonke Gcobo**
- GitHub: [@bonkegcobo](https://github.com/bonkegcobo)
- Twitter: [@bonkegcobo](https://twitter.com/bonkegcobo)
- LinkedIn: [bonkegcobo](https://linkedin.com/in/bonkegcobo)👤 **Soufiane Boursen**
- GitHub: [@Sboursen](https://github.com/Sboursen)
- Twitter: [@sboursen_dev](https://twitter.com/sboursen_dev)
- LinkedIn: [@sboursen](https://linkedin.com/in/sboursen)## 🤝 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!
## License
This is a [MIT](./LICENSE) licensed project.