{"id":23704117,"url":"https://github.com/getssh/school_library","last_synced_at":"2026-06-22T17:31:57.545Z","repository":{"id":169157986,"uuid":"645062788","full_name":"getssh/school_library","owner":"getssh","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-28T13:43:06.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-02-21T19:43:53.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/getssh.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-24T20:56:53.000Z","updated_at":"2023-05-25T14:32:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ba684c1-b36d-427d-b11f-2a254943f3e7","html_url":"https://github.com/getssh/school_library","commit_stats":null,"previous_names":["getssh/school_library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getssh/school_library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2Fschool_library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2Fschool_library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2Fschool_library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2Fschool_library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getssh","download_url":"https://codeload.github.com/getssh/school_library/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2Fschool_library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34659896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-30T13:24:43.302Z","updated_at":"2026-06-22T17:31:57.532Z","avatar_url":"https://github.com/getssh.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# school_library\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [school\\_library](#school_library)\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 school library ](#-school-library-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Run tests](#run-tests)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 school library \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**school_library** This project creates a parent class using ruby syntax and create more classes based on the parent class. In general, this project implement\nfour of the OOP principles.\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\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n   \u003cli\u003eRuby\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003c!-- Getting Started --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo run the project locally, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need to:\n\n- Install [Git](https://git-scm.com/)\n- Install [Ruby](https://www.ruby-lang.org/en/)\n- Install a code editor, I suggest [VsCode](https://code.visualstudio.com/)\n\n### Setup\n\nClone the repo into your local machine:\n\n```bash\ngit clone https://github.com/getssh/school_library\n```\n\nInstall the dependencies using npm:\n\n```bash\nbundler install\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```bash\n  rubocop\n```\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#readme-top\"\u003e👆\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👨‍💻 **Getayawkal Tamrat**\n\n- GitHub: [@getssh](https://github.com/getssh)\n- Twitter: [@GetayawkalT](https://twitter.com/GetayawkalT)\n- LinkedIn: [@getayawkal-tamrat](https://www.linkedin.com/in/getayawkal-tamrat/)\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#readme-top\"\u003e👆\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- Improve UI, Page speed, Content rularity, etc...\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#readme-top\"\u003e👆\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- Contributing --\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](../../issues/).\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#readme-top\"\u003e👆\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- Show your support --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project leave a start for it.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#readme-top\"\u003e👆\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n- I would like to thank Microverse for helping me in my journey to become a Fullstack developer 🌹\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#readme-top\"\u003e👆\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#readme-top\"\u003e👆\u003c/a\u003e\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetssh%2Fschool_library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetssh%2Fschool_library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetssh%2Fschool_library/lists"}