/Morse-Code

In this project, I use Ruby to decrypt Morse Code.

Primary LanguageRubyMIT LicenseMIT

logo

Morse Code README Template

📗 Table of Contents

📖 [Morse_Code]

[Morse Code] is a project that uses Ruby to decode.

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Server
Database

Key Features

Describe between 1-3 key features of the application.

  • [Run a program using the command line.]
  • [Use Ruby syntax for basic programming operations.]
  • [Use Ruby to solve basic coding challenges.]

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

  • You need to have Code Editor Installed
  • Make sure Nodejs and NPM is installed in your system for linters and libraries

Setup

Clone this repository to your desired folder:

  1. Clone the repo in your local machine:
git clone git@github.com:Recillah-Khamala/Morse-Code.git
  1. Open terminal and cd into project and install the dependencies
bundle install
  1. run the command to execute the program in your console/terminal:
ruby morse.rb

Run Linters

  1. run the ruby linters
rubocop
  1. aurocorrect the linting errors
rubocop -a

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👤 Recillah Khamala

👤 Richard Chileya

(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

I would like to thank Microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)