https://github.com/inspecta/enumerable-ruby
https://github.com/inspecta/enumerable-ruby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inspecta/enumerable-ruby
- Owner: inspecta
- License: mit
- Created: 2022-12-16T05:51:39.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-16T16:04:29.000Z (over 3 years ago)
- Last Synced: 2025-03-14T02:29:20.259Z (over 1 year ago)
- Language: Ruby
- Size: 548 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
This program creates a class MyList and a module MyEnumerable.
The module MyEnumerable implements a subset of the functionality of Enumerable.
Client
- **Decodes morse code into human readable format**
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.
👤 **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/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]
If you like this project...
Feel free to give it a start
> Give credit to everyone who inspired your codebase.
> Thanks Microverse for providing us with the right material to aid this project development
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._