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.
- Host: GitHub
- URL: https://github.com/bestbynature/morse-code-interpreter
- Owner: Bestbynature
- License: mit
- Created: 2023-06-12T14:24:08.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-23T09:26:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T14:17:39.755Z (5 months ago)
- Topics: ruby-app
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]()** 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.
Client
- RUBY
- **[Linter checks]**
- **[Morse decoding]**
To get a local copy up and running, follow these steps.
### 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
### 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"
### Install
To install this project, run
```sh
Bundle install
```
To run tests, run the following command:
Run
```sh
"rubocop --fix"
```
to fix linters
You can deploy this project using:
- github pages
```sh
- npm run deploy
```
## 👥 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/)
- [ ] **[Decode by paragraphs]**
- [ ] **[A feature for a more detailed demographic data of the decoder]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly drop a star for the project.
I would like to use this medium to appreciate [Microverse](https://microverse.org)
This project is [MIT](./LICENSE) licensed.