/morse_code

Morse Code Decoder is a Ruby implementation for decoding Morse code messages.

Primary LanguageRubyMIT LicenseMIT

Morse Code Decoder

📗 Table of Contents

📖 Morse Code Decoder

Morse Code Decoder is a Ruby implementation for decoding Morse code messages.

🛠 Built With

Tech Stack

  • Ruby

Key Features

  • Decode individual Morse code characters to uppercase letters.
  • Decode entire words in Morse code to string representation.
  • Decode entire messages in Morse code, preserving word separation.

(back to top)

Getting Started

  1. Create an instance of the MorseCodeDecoder class.
  2. Provide a Morse code message using the decode method.
  3. Get the decoded message in uppercase.
decoder = MorseCodeDecoder.new
message = ".-   -... --- -..-   ..-. ..- .-.. .-..   --- ..-.   .-. ..- -... .. . ..."
decoded_message = decoder.decode(message)
puts decoded_message

(back to top)

👥 Author

👤 Kiko

👤 Meryem

(back to top)

🔭 Future Features

  • Add Account System

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can share this project to your friend

(back to top)

🙏 Acknowledgments

I would like to thank microverse for this project

(back to top)

📝 License

This project is licensed under the MIT License.

(back to top)