/morse-code

Morse Code Decoder is a simple program that allows users to convert Morse code messages into plain text. The decoder is implemented in Ruby and can be run from the command line.

Primary LanguageRuby

📗 Table of Contents

📖 Morse Code Decoder

Morse Code Decoder is a simple program that allows users to convert Morse code messages into plain text. The decoder is implemented in Ruby and can be run from the command line. The program takes a string argument containing the Morse code message, and outputs the decoded message to the terminal.

🛠 Built With

  • Ruby

Key Features

  • Decode Morse Code into ASCII characters
  • Understand Ruby built-in methods
  • Understand Ruby syntax

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Ruby

Usage

To get a copy of this project locally you need to run these commands in your terminal. Before starting the steps below, be sure you have Git.

  1. Clone the repository
git clone git@github.com:Kweeka1/morse-code.git
  1. Go inside directory
cd morse-code
  1. Run decode.rb
ruby decode.rb

👥 Authors

👤 Mohamed Talbi

👤 Ahmed Mohsen

(back to top)

🔭 Future Features

  • Add method to encode ASCII characters into morse code

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a star if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for project inspiration.

(back to top)

📝 License

This project is MIT licensed.

(back to top)