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

https://github.com/inspecta/enumerable-ruby


https://github.com/inspecta/enumerable-ruby

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# ruby-enumerator

# 📗 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 Morse Code

This program creates a class MyList and a module MyEnumerable.
The module MyEnumerable implements a subset of the functionality of Enumerable.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Decodes morse code into human readable format**

(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
- Terminal basics
- Git & github

### Setup

Clone this repository to your desired folder:

- Click on the green button on the top right corner with the text code
- Click on SSH
- Copy the text that appears below
- Type "git clone" in your terminal and past the copied text next to "git clone" and press enter

### Install

Install this project with:

- Click on the green button on the top right corner with the text code
- Click on "Download ZIP"
- Extract the downloaded file locally
- Once oponed up in a code editor run `npm install` to install all packages

### Usage

- Decipher morse code.

### Run tests

To run tests, run the following command:

- Run `npm test` in an intergrated terminal to run automated tests.

## 👥 Authors

👤 **Daron Wiafe**

- GitHub: [@githubhandle](https://github.com/Daron976)
- Twitter: [@twitterhandle](https://twitter.com/WiafeDaron)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/daronkwiafe/)

👤 **Derrick Mulinde**

- GitHub: [@githubhandle](https://github.com/inspecta)
- Twitter: [@twitterhandle](https://twitter.com/djmulinde)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mulinde-derrick/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page]

(back to top)

## ⭐️ Show your support

If you like this project...

Feel free to give it a start

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.
> Thanks Microverse for providing us with the right material to aid this project development

(back to top)

(back to top)

## 📝 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._

(back to top)