/morse_decode

Primary LanguageRubyMIT LicenseMIT

morse_decode

📗 Table of Contents

📖 [morse_decode]

[morse_decode] is a project that we use Ruby to solve Morse code messages and return a readable message.

🛠 Built With

Ruby

Tech Stack

Server
  • Ruby

Key Features

  • Build the dictionary of Morse code
  • Build the decode methods.
  • Include message to decode.

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

  • Web browser
  • Code editor
  • Good internet connection

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:tamoorsaeed22/morse_decode.git

Install

Install this project with:

  cd morse_decode 
  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm test
  Press a to run all test

Deployment

You can deploy this project using:

(back to top)

👥 Author

👤 Tamoor Saeed

👤 Shaheryar Abid

(back to top)

🔭 Future Features

  • Add number and symbols to dictionary

(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 so please don't forget to give it a star.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the inspiration so far.

(back to top)

❓ FAQ (OPTIONAL)

  • Can i run it on my local machine or do i need to host it on the internet?

    • [Yes you can run it on your local machine. Just make sure that you install the required dependecies as stated in the installation part above]

(back to top)

📝 License

This project is MIT licensed.

(back to top)