PrangonGhose / ruby-morse-code

This repository holds a code in Ruby to decode any letter, word, and sentence given in Morse Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Morse Code Decoder with Ruby

πŸ“— Table of Contents

πŸ“– Project Name

Morse Code Decoder with Ruby

πŸ›  Built With

  • SQL

Key Features

Describe between 1-3 key features of the application.

  • A simple code to decode morse code letters, words, and sentences.

(back to top)

πŸš€ Live Demo

Live demo is currently unavailable.

(back to top)

πŸ’» Getting Started

To clone the repository in local environment try following steps.

Prerequisites

  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Node.js and npm for package installation.

$ ruby --version && gem --version

Setup

Clone the repository using this link.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/PrangonGhose/ruby-morse-code.git

Get into development

In the terminal, run these commands to get into development.

$ cd ruby-morse-code

$ bundle init

$ bundle install (install dependencies)

$ ruby morse_code.rb (run the app locally)

Usage

This website is applicable for both mobile and desktop version.

Deployment

(back to top)

πŸ‘₯ Authors

πŸ‘€ Prangon Ghose

πŸ‘€ Alejandra Keber Maggi

(back to top)

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

Authors would like to thank:

(back to top)

πŸ“ License

This project is MIT licensed.

About

This repository holds a code in Ruby to decode any letter, word, and sentence given in Morse Code.

License:MIT License


Languages

Language:Ruby 100.0%