{"id":25238651,"url":"https://github.com/minorcell/hub-io","last_synced_at":"2025-10-26T14:30:37.806Z","repository":{"id":274482378,"uuid":"923034545","full_name":"minorcell/hub-io","owner":"minorcell","description":"Effortlessly access GitHub repository contributor information, with support for exporting as images or JSON, making it easier for open-source projects to showcase contributors.","archived":false,"fork":false,"pushed_at":"2025-02-09T07:21:52.000Z","size":1563,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T08:23:40.358Z","etag":null,"topics":["contributors","github","json","open-source","readme","repository","rest-api"],"latest_commit_sha":null,"homepage":"https://hub-io-mcells-projects.vercel.app/","language":"TypeScript","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/minorcell.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":"2025-01-27T14:33:27.000Z","updated_at":"2025-02-09T07:21:55.000Z","dependencies_parsed_at":"2025-01-27T16:28:27.257Z","dependency_job_id":"dd2ffdf3-7e38-4072-9d94-002fab72d158","html_url":"https://github.com/minorcell/hub-io","commit_stats":null,"previous_names":["minorcell/hub-io"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minorcell%2Fhub-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minorcell%2Fhub-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minorcell%2Fhub-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minorcell%2Fhub-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minorcell","download_url":"https://codeload.github.com/minorcell/hub-io/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238343202,"owners_count":19456202,"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":["contributors","github","json","open-source","readme","repository","rest-api"],"created_at":"2025-02-11T17:52:52.003Z","updated_at":"2025-10-26T14:30:37.800Z","avatar_url":"https://github.com/minorcell.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hub-IO 🌟\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"./public/io-logo.png\" alt=\"Hub-IO Logo\" width=\"200\" /\u003e \u003cdiv align=\"center\"\u003eHub-IO: Easy access to github repository information\u003c/div\u003e \u003c/p\u003e\n\n## Deployment 🖥️\n\nDeployed on [Hub-IO](https://hub-io-mcells-projects.vercel.app/), click to visit!\n\n## Introduction 🚀\n\nHub-IO is a web application designed to simplify the process of fetching contributor information from GitHub repositories. With Hub-IO, you can automatically retrieve contributor details, including their avatars, and export them as a synthesized image for your README file. Additionally, you can copy the contributor information in JSON format or Markdown for further use. Whether you're managing an open-source project or just curious about your repository's contributors, Hub-IO has got you covered! 🎉\n\n## Features ✨\n\nAutomatic Contributor Fetching: Simply input the GitHub repository URL, and Hub-IO will fetch the contributor information for you. 🕵️‍♂️\n\n- Avatar Synthesis: Export contributor avatars as a single synthesized image, perfect for adding to your README file. 🖼️\n\n- JSON Export: Copy contributor information in JSON format for easy integration with other tools or scripts. 📋\n\n- Markdown Export: Copy the contributor information in Markdown format and paste it into README.md for dynamic rendering. 👾\n\n- User-Friendly Interface: Hub-IO is designed with simplicity in mind, making it easy for anyone to use. 🖥️\n\n## How to Use 🛠️\n\n1. Enter Repository URL: Navigate to the Hub-IO website and enter the GitHub repository URL you want to analyze.\n\n2. Fetch Contributors: Click the \"Query\" button to retrieve the list of contributors.\n\n3. Export Avatars: Choose the \"Export Avatars\" option to generate a synthesized image of all contributor avatars.\n\n4. Copy JSON: Use the \"Copy JSON\" button to copy the contributor information in JSON format.\n\n5. Copy Markdown: Use the \"Copy Markdonw\" button to copy the contributor information in Markdown format.\n\n6. Update README: Download the synthesized image and add it to your README file to showcase your contributors! 📄\n\nExample Usage 🖼️\n\n```markdown\n# My Awesome Project\n\n1.  with image export.\n\u003cp\u003e\n  \u003cimg src=\"replace-with-generated-image\" alt=\"Contributors\" width=\"500\" /\u003e\n\u003c/p\u003e\n\n2. with Markdown export.\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n        \u003ctd align=\"center\" valign=\"top\" width=\"12.5%\" style=\"word-break: break-word; white-space: normal;\"\u003e\n            \u003ca href=\"https://github.com/minorcell\" title=\"minorcell\"\u003e\n                \u003cimg src=\"https://avatars.githubusercontent.com/u/120795714?v=4\" width=\"100px;\" alt=\"minorcell\" style=\"border-radius: 9999px;\" /\u003e\n            \u003c/a\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n```\n\n## Contributing 🤝\n\nWe welcome contributions from the community! If you'd like to contribute to Hub-IO, please follow these steps:\n\n1. Fork the repository.\n\n2. Create a new branch for your feature or bugfix.\n\n3. Make your changes and commit them.\n\n4. Push your changes to your fork.\n\n5. Submit a pull request to the main repository.\n\nPlease ensure your code follows our coding standards and includes appropriate tests.\n\n## Contributors 🥰\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\u003ctd align=\"center\" valign=\"top\" width=\"12.5%\" style=\"word-break: break-word; white-space: normal;\"\u003e\u003ca href=\"https://github.com/minorcell\" title=\"minorcell\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/120795714?v=4\" width=\"100px;\" alt=\"minorcell\" style=\"border-radius: 9999px;\" /\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n## License 📜\n\nHub-IO is open-source software licensed under the MIT License. See the LICENSE file for more details.\n\n## Acknowledgments 🙏\n\nThanks to GitHub for providing the API that makes this project possible.\n\nSpecial thanks to all the contributors who have helped make Hub-IO a reality! 🌟\n\n## Contact 📧\n\nIf you have any questions, suggestions, or just want to say hi, feel free to reach out to us at [mCell](mailto:minorcell6789@gmail.com)!.\n\n\u003cp align=\"center\"\u003e Made with ❤️ by mCell \u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminorcell%2Fhub-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminorcell%2Fhub-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminorcell%2Fhub-io/lists"}