/morse-parser

This app is a morse parser that can analyze a string of symbols in morse code and convert it to text.

Primary LanguageRubyMIT LicenseMIT

logo

MORSE PARSER

πŸ“— Table of Contents

πŸ“– MORSER PARSE

Morse Parser is a decoder that can analyze a string of symbols in morse code and convert it to text.

πŸ›  Built With

Tech Stack

This project was implemented using:

Client

Key Features

  • Can decode a morse code string
  • Command line app
  • Easy to use

(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 to have installed:

  • You’ll need to have Ruby on your machine.

Optionally, in order to modify this project you should to have installed:

Setup

To clone this repository to your desired folder:

  • You can download the Zip file from the GitHub repository, or clone the repository with:
git clone https://github.com/paulsaenzsucre/morse-parser.git
  • Access the cloned directory with:
cd morse-parser
  • Open it with your favorite code editor or with the live server

Usage

To run the project, execute the following command in the project directory:

ruby parser.rb

πŸ‘₯ Authors

πŸ‘€ Birhanu Gudisa

πŸ‘€ Paul SΓ‘enz Sucre

(back to top)

πŸ”­ Future Features

We will implement this on the future:

  • Decode a morse code as is entered by keyboard

(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 ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

  • Hat tip to anyone whose code was used.
  • Thanks for all the curated content that was provided to us.
  • Thanks to my learning and coding partners for all their support.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)