https://github.com/oldprojectss/morse-code-decoder
This is a morse code decoder that uses ruby to convert morse coded into readable text
https://github.com/oldprojectss/morse-code-decoder
ruby
Last synced: 11 months ago
JSON representation
This is a morse code decoder that uses ruby to convert morse coded into readable text
- Host: GitHub
- URL: https://github.com/oldprojectss/morse-code-decoder
- Owner: oldProjectss
- License: mit
- Created: 2022-05-18T12:26:18.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-18T17:45:40.000Z (about 4 years ago)
- Last Synced: 2023-11-01T00:25:38.169Z (over 2 years ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Morse code decoder
> This is a morse code decoder that uses ruby to convert morse coded into readable text
## Getting Started
To start using this software you need to have Ruby installed in your machine
in terminal:
```
ruby morse_code.rb
```
You will get ` Enter a message to decode!` anter morse code in the terminal and hit `Enter`
Exemple:
```
─$ ruby morse_code.rb
Enter a message to decode!
.- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ... # input
A BOX FULL OF RUBIES # output
```
## Authors
👤 **Ismail courr**
- GitHub: [@ismailco](https://github.com/ismailco)
- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)
- LinkedIn: [ismailcourr](https://linkedin.com/in/ismailcourr)
👤 **Nicholas Mutale**
- GitHub: [@mutalenic](https://github.com/Mutalenic)
- Twitter: [@nicomutale](https://twitter.com/nicomutale)
- LinkedIn: [@nicomutale](https://www.linkedin.com/in/nicomutale/)
## 🤝 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 project is [MIT](./LICENSE) licensed.