Decode morse code

This project will make use of the Ruby language syntax to decode a message in morse code.

Welcome!

Built With

  • Ruby
  • Terminal
  • IRB
  • Rubocop (linters)

Getting Started

To get a local copy up and running follow these simple example steps.

Install

In your terminal, navigate to your current directory and run this code

https://github.com/GordonOtieno/decode-Morse-code.git

Locate the directory in your file explorer

cd decode-Morse-code

Install Rubocop

bundle install

Run Linters:

To run rubocop we use:

rubocop

To autocorrect offenses with rubocop we use:

rubocop --auto-correct-all or rubocop -A

Have fun with morse code translation!

Authors

👤 Gordon Otieno

👤 Betsegaw Sebsibe

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.