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

https://github.com/mohamedsabry0/morse_decoder


https://github.com/mohamedsabry0/morse_decoder

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 *Table of Contents*

- [📖 About the Project](#about-project)
- [🛠️ Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# Morse Code Decoder
Morse Code Decoder is a ruby project that automates the process of decoding morse codes.

## Built With
### Tech Stack
Client

### Key Features
- A hash of Morse code characters
- A function to decode a Morse code character
- A function to decode a Morse code word
- A function to decode a Morse code message

(back to top)

## Getting Started
To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed on your machine
- Text editor (VScode)

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/mohamedSabry0/morse_decoder.git
```

### Usage
To run the project, execute the following command:

- Type `irb` inside the termimal to open Interactive Ruby
- Copy and paste expressions from `decoder.rb` into terminal and check their results (press enter after typing each one)

(back to top)

👤 **Mikey1-nuel**

- GitHub: [Githubhandle](https://github.com/Mikey1-nuel)
- Twitter: [Twitterhandle](https://twitter.com/Mikey_nuel)
- LinkedIn: [LinkedInhandle](https://www.linkedin.com/in/emmanuel-nwoye-5915141b8/)

👤 **Mohamed Sabry**

- GitHub: [@mohamedSabry0](https://github.com/mohamedSabry0)
- Twitter: [@mohsmh0](https://twitter.com/mohsmh0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-sabry0/)

(back to top)

## Future Features
- Practice more Ruby syntax

(back to top)

## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mohamedSabry0/morse_decoder/issues).

(back to top)

## Show your support
If you like this project give it a star.

(back to top)

## Acknowledgements
- Thanks to Microverse for encouraging us to do this project.

(back to top)



## License

This project is [MIT](./LICENSE) licensed.

(back to top)