https://github.com/riyabulia12/morse-code
https://github.com/riyabulia12/morse-code
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riyabulia12/morse-code
- Owner: RiyaBulia12
- Created: 2022-11-02T11:19:38.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-03T11:53:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T21:54:07.418Z (9 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Decode Morse Code Message
> Used Ruby to solve morse code converter challenges.
## Built With
- Ruby
### Prerequisites
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries### Project Setup
To get a local copy up and running, follow these simple example steps.
1. Clone the repo in your local machine:
```bash
git clone https://github.com/RiyaBulia12/Morse-Code.git
```
2. Open terminal and cd into project and install the dependencies
```bash
bundle install
```3. run the command to execute the program in your console/terminal:
```bash
ruby morse.rb
```### Run Linters
1. run the ruby linters
```bash
rubocop
```2. aurocorrect the linting errors
```bash
rubocop -a
```## Author
👤 **Riya Bulia**
- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)👤 **Shaquille Ndunda**
- GitHub: [@shaqdeff](https://github.com/shaqdeff)
- Twitter: [@shaquillendunda](https://twitter.com/shaquillendunda)
- LinkedIn: [Shaquille Ndunda](https://www.linkedin.com/in/shaquille-ndunda-b13a95107/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!