/Morse-decode

This program can decode a string variable on morse code and translate it into a normal msg

Primary LanguageRubyMIT LicenseMIT

Getting Started

This repository includes files of Ruby code:

  • Use decode.rb it contains three methods to translate morse code.
  • Use rubocop.yml it contains linters rules for ruby.

📗 Table of Contents

📖 [Morse Decoder]

[Morse Decoder] use an incoming string to compare with a Hash table and take note of what character has been enteder and return the translation

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • [ Project build on Ruby]
  • [ Linters for good sintaxis running properly]
  • [ Morse code translator]

(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 install the following:

  • PostgreSQL: you can download it from here.
  • Code editor
  • Git: to clone the repo you need to have Git in your machine, here you can see the installation process.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Zven94/Morse-decode

Install

This project don't need any speciall installation

Usage

To run the project, you need to clone the repo and when you are in, open the terminal and run the decoder.rb file:

    git clone https://github.com/Zven94/Morse-decode.git
   ruby decoder.rb

Run tests

To see the whole information in the table run the following command and also copy and pase each query on the queries.sql file to see the differents outpouts:

  ruby decode.rb

Deployment

This project can't be deployed for any who aren't the owner.

(back to top)

👥 Authors

👤 Nico

👤 Alex

👤 Andy

(back to top)

🔭 Future Features

  • COMING SOON...

(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

I would like to thank to Microverse Student Success.

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