{"id":23023687,"url":"https://github.com/kessie2862/enumerable","last_synced_at":"2025-04-02T19:29:40.394Z","repository":{"id":184152085,"uuid":"671384635","full_name":"kessie2862/Enumerable","owner":"kessie2862","description":"This repo showcases the implementation of a custom module called MyEnumerable and a corresponding class called MyList. ","archived":false,"fork":false,"pushed_at":"2023-07-27T15:41:20.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-08T10:17:37.281Z","etag":null,"topics":["enumerable","rubocop","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kessie2862.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-27T07:41:40.000Z","updated_at":"2023-08-13T13:46:28.000Z","dependencies_parsed_at":"2023-12-19T02:17:53.657Z","dependency_job_id":null,"html_url":"https://github.com/kessie2862/Enumerable","commit_stats":null,"previous_names":["kessie2862/enumerable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessie2862%2FEnumerable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessie2862%2FEnumerable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessie2862%2FEnumerable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessie2862%2FEnumerable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kessie2862","download_url":"https://codeload.github.com/kessie2862/Enumerable/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246879495,"owners_count":20848702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["enumerable","rubocop","ruby"],"created_at":"2024-12-15T13:14:39.583Z","updated_at":"2025-04-02T19:29:40.353Z","avatar_url":"https://github.com/kessie2862.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n# 📖 [Enumerable] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Enumerable** showcases the implementation of a custom module called MyEnumerable and a corresponding class called MyList.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eLanguage\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Rubocop implemented**\n- **Implement enumerable module**\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need:\n- To clone or fork this repo\n- Ruby installed in your machine\n- To modify this project you'll need a text editor\n\nFor more information on how to install ruby on your machine:\n- \u003ca href=\"https://www.ruby-lang.org/en/documentation/installation/\"\u003eHow to install ruby\u003c/a\u003e\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd project-folder\n  git clone https://github.com/kessie2862/Enumerable.git\n```\n\nFor more information on how to clone or fork a repository:\n- \u003ca href=\"https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository\"\u003eHow to clone a repo\u003c/a\u003e\n- \u003ca href=\"https://docs.github.com/en/get-started/quickstart/fork-a-repo\"\u003eHow to fork a repo\u003c/a\u003e\n\n\n### Install\n\nTo install dependencies, the following command must be run in the terminal:\n\n```sh\n  cd Enumerable\n  rubocop\n```\n\n### Usage\n\nIn the project directory, you can run:\n\n```sh\n  irb -r ./index.rb\n```\n\n### Run tests\n\nNo tests available\n\n### Deployment\n\nNo deployment of this project\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Prosper Kessie**\n\n- GitHub: [@kessie2862](https://github.com/kessie2862)\n- LinkedIn: [Prosper Kessie](https://www.linkedin.com/in/prosperkessie/)\n\n👤 **Antoine Makdessy**\n\n- GitHub: [@ANTOINE1128](https://github.com/ANTOINE1128)\n- LinkedIn: [Antoine (Tony) Makdessy](https://www.linkedin.com/in/antoine-makdessy/)\n\n\n👤 **Deborah A. Fashoro**\n\n- GitHub: [@DebyGrey](https://github.com/DebyGrey)\n- LinkedIn: [Deborah Fashoro](https://www.linkedin.com/in/deborah-fashoro)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\nFuture changes:\n- No changes\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/kessie2862/Enumerable/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, I encourage you to clone, fork, and contribute.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nWe want to thank Microverse for the idea for this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](https://github.com/kessie2862/Enumerable/blob/dev/LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkessie2862%2Fenumerable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkessie2862%2Fenumerable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkessie2862%2Fenumerable/lists"}