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

https://github.com/gleennkar/decode-morse-ruby


https://github.com/gleennkar/decode-morse-ruby

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

logo


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Vet Clinic ](#-vet-clinic-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Morse Decoder

**Morse Decoder** is a project from the Microverse curriculum in the Ruby module. It currently consists only of of three methods to decode characters, words and phrases written in morse code.

## 🛠 Built With

### Tech Stack

Language

### Key Features

- **Transform morse code letters to alphabet letters** using the decode_letter method
- **Decode morse code words** using the decode_word method
- **Decode morse code phrases** using the decode_message method

(back to top)

## 🚀 Live Demo

- Coming soon...

(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
- RubyGems

### Setup

Clone this repository to your desired folder:

- ` git clone git@github.com:Gleennkar/Decode-Morse-Ruby.git`

### Usage

You can run the code from the CLI or use a plugin like [code-runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)

(back to top)

## 👥 Authors

👤 **Felipe Oyarzo**

- GitHub: [@jfoyarzo](https://github.com/jfoyarzo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jorge-felipe-oyarzo-contreras/)

👤 **Odette gleen**

- GitHub: [@Gleennkar](https://github.com/Gleennkar)
- Twitter: [@gleeny24](https://twitter.com/twitterhandle)
- LinkedIn: [@gleeny](https://www.linkedin.com/in/gleeny-nkar-aa3917182)

(back to top)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Gleennkar/Decode-Morse-Ruby/issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐!

(back to top)

## 🙏 Acknowledgments

(back to top)

## 📝 License

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

(back to top)