https://github.com/gleennkar/decode-morse-ruby
https://github.com/gleennkar/decode-morse-ruby
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gleennkar/decode-morse-ruby
- Owner: Gleennkar
- License: mit
- Created: 2022-12-22T19:36:58.000Z (over 3 years ago)
- Default Branch: Dev
- Last Pushed: 2022-12-22T23:07:01.000Z (over 3 years ago)
- Last Synced: 2024-05-17T15:25:18.146Z (about 2 years ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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** 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.
Language
- **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
- Coming soon...
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)
👤 **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)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Gleennkar/Decode-Morse-Ruby/issues/).
If you like this project please give it a ⭐!
This project is [MIT](./LICENSE) licensed.