An open API service indexing awesome lists of open source software.

https://github.com/bestbynature/morse-code-interpreter

This project offers a set of algorithms and functions that can convert Morse code sequences into readable text, enabling users to easily decode messages transmitted in this classic communication format.
https://github.com/bestbynature/morse-code-interpreter

ruby-app

Last synced: 3 months ago
JSON representation

This project offers a set of algorithms and functions that can convert Morse code sequences into readable text, enabling users to easily decode messages transmitted in this classic communication format.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Morse Code Interpreter](#-about-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [Run tests ](#run-tests-)
- [Deployment ](#deployment-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [Morse Code Interpreter]

**[Morse Code Interpreter]()** is a project that offers a set of algorithms and functions that can convert Morse code sequences into readable text, enabling users to easily decode messages transmitted in this classic communication format.

## 🛠 Built With

### Tech Stack

Client


  • RUBY

### Key Features

- **[Linter checks]**
- **[Morse decoding]**

(back to top)

## 💻 Getting Started

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

(back to top)

### Prerequisites

In order to run this project you need:


  • The current version of node

  • To have Git installed on your local machine

  • Node Package manager (npm)

  • An editor such as Visual Studio Code



(back to top)

### Setup

Clone this repository to your desired folder:


  • Create your classic access token from github.com

  • run "git clone https://{access_token}@github.com/username/{repo_name}.git"

  • Update your git identity by running "git config --global user.email "[email protected]""

  • Update your name on git by running "git config --global user.name "your_name"



(back to top)

### Install

To install this project, run

```sh

Bundle install

```

### Run tests

To run tests, run the following command:

Run
```sh

"rubocop --fix"

```
to fix linters

(back to top)

### Deployment

You can deploy this project using:

- github pages
```sh
- npm run deploy
```

(back to top)

## 👥 Authors

👤 **Ouail Laarabi**

- GitHub: [Click here](https://github.com/Ouail-01?tab=overview&from=2023-01-01&to=2023-01-02)
- Twitter: [Click here](https://twitter.com/Ouail_Laarabi)
- LinkedIn: [Click here](https://www.linkedin.com/in/ouail-laarabi-53203b250/)

👤 **Prince**

- GitHub: [@prius2055](https://github.com/prius2055)
- Twitter: [@prius2055](https://www.twitter.com/prius2055)
- LinkedIn: [@prius2055](https://www.linkedin.com/in/princenwuke)

👤 **Damilare**

- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilareismailabestbynature/)

(back to top)

## 🔭 Future Features

- [ ] **[Decode by paragraphs]**
- [ ] **[A feature for a more detailed demographic data of the decoder]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, kindly drop a star for the project.

(back to top)

## 🙏 Acknowledgments

I would like to use this medium to appreciate [Microverse](https://microverse.org)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)