/morse-code-decoder

During a vacation at the seaside, time after time you find old bottles with parchment inside. Out of curiosity, you look into the next bottle and see that there is a message written in Morse code. Your curiosity grows even more - maybe you just found the lost treasure of the pirates! However, you are getting tired of decrypting messages manually.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Morse Code Decoder

[Morse Code Decoder] provides methods to decode individual Morse code characters, words, and complete messages by utilizing a predefined mapping of Morse code sequences to corresponding characters.

🛠 Built With

Tech Stack

Languajes
  • Ruby

Key Features

  • [Can decode a previously provided morse code]
  • [Shows the decoded code as a Text]

(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:

  • VS Code
  • Ruby installed and configured.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/flemton/morse-code-decoder.git

Install

Install this project with:

  npm install

Usage

To utilize the project, you need to have Ruby installed on your computer. You can run the code by either using the IRB terminal with WSL (Windows Subsystem for Linux) or by executing the command ruby decoder.rb in your WSL terminal.

Run tests

To run tests, run the following command:

  rubocop

👥 Authors

👤 Federica Ulzurrun

👤 Alhassan Osman

(back to top)

🔭 Future Features

  • [Developing the UI]
  • [Deploying the site]

(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...

(back to top)

🙏 Acknowledgments

We would like to thank microverse for allowing us to do this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)