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

https://github.com/alphayowakarindi/decode-a-morse-code-message

An algorithm to decode some special characters into human readable texts.
https://github.com/alphayowakarindi/decode-a-morse-code-message

algorithm ruby

Last synced: 5 days ago
JSON representation

An algorithm to decode some special characters into human readable texts.

Awesome Lists containing this project

README

          

# Decode a Morse code message

> Basic logic to decode Morse code message.

## Built With

- Ruby

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites
- Ruby

### Install
1. Go to the terminal and ```cd``` into the directory of your preference.
2. Run `git@github.com:alphayowakarindi/decode-a-morse-code-message.git` to clone the app.
3. Open the project in a code editor of your choice that is configured to use Ruby.
3. Run `ruby decode-morce.rb` to exectue the ruby file

## Authors

👤 **Author1**

- GitHub: [@githubhandle](https://github.com/alphayowakarindi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/alphayo-wakarindi-15a825236/)

👤 **Author2**

- GitHub: [@githubhandle](@BasitAl35031734)
- Twitter: [@twitterhandle](@BasitAl35031734)
- LinkedIn: [LinkedIn]( basit-ali-3961141b3)
## 🤝 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](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._