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

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

Morse message decoder is a project to decode a full Morse message. This app do the decoding process by spliting a message to words and characters.
https://github.com/billymohajeri/decode-a-morse-code-message

ruby

Last synced: about 1 year ago
JSON representation

Morse message decoder is a project to decode a full Morse message. This app do the decoding process by spliting a message to words and characters.

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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Create database](#create-database)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Decode a Morse code message

**Morse message decoder** is a project to decode a full Morse message. This app do the decoding process by spliting a message to words and characters.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Decode a Morse message**
- **Decode a Morse word**
- **Decode a Morse character**

(back to top)

## 🚀 Live Demo

- [Not deployed yet...]()

(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 and running.
- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).

### Setup

Clone this repository to your desired folder:

```
git clone git@github.com:billymohajeri/Decode-a-Morse-code-message.git
```

### Install

Install this project with:

```
cd cd Decode-a-Morse-code-message
gem install
```

(back to top)

## 👥 Authors

👤 **Billy Mohajeri**

- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)

👤 **Yuvenal Njoroge**

- GitHub: [@yuvenalmash](https://github.com/yuvenalmash)
- Twitter: [@_Juvenal_](https://twitter.com/_Juvenal)
- LinkedIn: [Yuvenal Njoroge](https://linkedin.com/in/yuvenal-njoroge)

(back to top)

## 🔭 Future Features

- [ ] **Encode a Morse message**
- [ ] **Encode a Morse word**
- [ ] **Encode a Morse character**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please consider giving it a star.

(back to top)

## 🙏 Acknowledgments

- I would like to thank all code reviewers for making this project better.

(back to top)

## 📝 License

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

(back to top)