oovillagran / Morse-Decoder

This is an app build using Ruby to decode a morse code message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morse Decoder

πŸ“— Table of Contents

πŸ“– Morse Decoder App

The Morse Decoder app is a web application built using ruby and is designed to translate messages from morse code.

During your 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. Fortunately, you can program in Ruby and you can help yourself by automating this process.

πŸ›  Built With

Tech Stack

Backend
  • Ruby

Key Features

  • Use of Ruby's best practices.
  • Use of linters.
  • Use of Gitflow.
  • Decodes a message wrote using morse code.

(back to top)

πŸ’» Getting Started

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

clone this repository into your machine

Prerequisites

In order to run this project you need:

  • Install Ruby.
  • Create a repo on your repositores files.
  • Clone or make a copy of this repo on your local machine.
  • Follow GitHub flow.
  • A carefully reading of this README.md is required.

Setup

Clone this repository to your desired folder:

cd my-folder
git clone git@github.com:oovillagran/Morse-Decoder.git

Install

Install this project with:

bundle install

Usage

To run the project, you can use your favorite browser.

Run tests

To run tests, execute the following command:

 rubocop

Deployment

  • N/A

(back to top)

πŸ‘₯ Authors

πŸ‘€ Oscar Villagran

πŸ‘€ Naan Mohammed

(back to top)

πŸ”­ Future Features

  • Get morse code from a normal message

(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 feel free to make any comment, all contributions are welcome!.

(back to top)

πŸ™ Acknowledgments

We would like to thank the Microverse community. We thank our learning, morning session and standup partners for supporting us.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

This is an app build using Ruby to decode a morse code message.

License:MIT License


Languages

Language:Ruby 100.0%