HFG43 / Ruby_decode_morse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decode Morse

πŸ“— Table of Contents

πŸ“– Decode Morse .

Decode Morse is a first project usign Ruby to practice use of methods and apply best practices while creating a morse decoder.

πŸ›  Built With

Tech Stack

Ruby

Key Features

  • Use Gitflow
  • Add decode.rb that is a program to decode a morse message
  • Ruby linters
  • Work doing pair programming

(back to top)

πŸ’» Getting Started

This repository includes files with ruby lenguage.

Prerequisites

In order to run this project you need to have Ruby installed, check this documentation in order to know how to install it.

Setup

Clone this repository to your desired folder:

cd my-folder git clone https://github.com/AndreaM2429/Ruby_decode_morse

Usage

To run the project, execute the following commands:

  bundle install
  ruby decode.rb

To check the linters you can use the command:

  rubocop

(back to top)

πŸ‘₯ Authors

πŸ‘€ HernΓ‘n GΓΌemes

πŸ‘€ Andrea Manuel

(back to top)

πŸ”­ Future Features

  • Add feature to get data to be decode through console line

(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 you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for providing the necessary resources for this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%