/decode-morse-with-ruby

This project is a basic Ruby program that decodes morse code

Primary LanguageRubyMIT LicenseMIT

Decode Morse message

This project is a basic Ruby program that decodes morse code

Getting Started

**Please follow the steps below to setup this project in your local computer

Prerequisites

A basic understanding of Ruby and Git

Usage

  1. Install Ruby
  2. Clone this repo git clone https://github.com/chiztechnology/decode-morse-with-ruby.git
  3. Inside the morseDecoder.rb file there is a method decode_message. Pass your morse code as a parameter in this method like so: decode_message('.- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ...')

Key Features

Present features of the application.

  • Decode Morse message

(back to top)

🚀 Live Demo

No link yet ; The link will be deployed soon.

(back to top)

👥 Authors

collaborators of this project.

👤 Israel CHIZUNGU

(back to top)

🔭 Future Features

Future features of the project.

  • Expand the app to decode and encode messages

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)