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

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

Morse Code is an application built using Ruby which takes in a Morse code character and decodes it to a corresponding readable and understandable form.
https://github.com/theophileaseh/morse-code

morse-code rubocop ruby

Last synced: 11 months ago
JSON representation

Morse Code is an application built using Ruby which takes in a Morse code character and decodes it to a corresponding readable and understandable form.

Awesome Lists containing this project

README

          

# Morse-Code

>This is a project build to decode sentence of special character (`"-- -.-- -. .- -- ."`) to the real sentence ("MY NAME")

## Built with
- Ruby

## Getting Started

**To launch the project locally:**

**Step 1:**

- Clone this repo locally using git in the command line and the following command
```
> https://github.com/Theophileaseh/Morse-Code.git
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory

**Step 2:**

In the project directory, you can run:

```
> ruby morse_code_message.rb
```
or alternatively you can copy and paste the commands in

```
> irb
```

## Authors

:bust_in_silhouette: **NWACHAN THEOPHILE**
- GitHub: [@githubTheophileaseh](https://github.com/Theophileaseh)
- LinkedIn: [Theophileaseh](https://www.linkedin.com/in/nwachan-theophile/)

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

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) licensed.