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

https://github.com/riyabulia12/morse-code


https://github.com/riyabulia12/morse-code

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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!