Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strangeal/decode-morse-code
https://github.com/strangeal/decode-morse-code
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/strangeal/decode-morse-code
- Owner: Strangeal
- License: mit
- Created: 2022-12-14T13:15:57.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-14T16:17:08.000Z (about 2 years ago)
- Last Synced: 2024-12-09T16:53:04.170Z (2 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)> For this project, we wrote a program in Ruby to decode Morse Code.
## Get Started
To get the content of this project locally you need to run the following commands in your terminal.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
### Setup
1. Download the **Zip** file or clone the repo with:
```bash
git https://github.com/Strangeal/Decode-morse-code.git
```
3. To access cloned directory run:
```bash
cd Decode-morse-code
```
### Install
> To install linters and other project's dependencies run:
```bash
bundle install
```
## Run Test for Linters
For tracking linter errors locally you need to follow these steps:
```bash
rubocop
```
👤 **Justice Bajeri**
- GitHub: [Link to Github Profile](https://github.com/Strangeal)
- Twitter: [Link to Twitter Profile](https://twitter.com/Str_angeal)
- LinkedIn: [Link to LinkedIn Profile](https://www.linkedin.com/in/justice-bajeri-0b7211243/)
👤 **Hayet Fellah**
- GitHub: [@laiifuu](https://github.com/laiifuu)
- Twitter: [@hayet_fe](https://twitter.com/hayet_fe)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give this project a star if you like it !
This project is [MIT](./LICENSE) licensed.