{"id":22370242,"url":"https://github.com/itzvinoth/gitrahub","last_synced_at":"2026-04-03T03:41:26.707Z","repository":{"id":43643920,"uuid":"146846613","full_name":"itzvinoth/gitrahub","owner":"itzvinoth","description":"Easiest way to find shared interest between two peoples in github. ","archived":false,"fork":false,"pushed_at":"2022-12-08T11:28:54.000Z","size":5351,"stargazers_count":9,"open_issues_count":22,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-03-24T18:35:11.267Z","etag":null,"topics":["github","github-api","github-app","javascript","vuejs","vuejs2"],"latest_commit_sha":null,"homepage":"https://gitrahub.netlify.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itzvinoth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-31T05:41:21.000Z","updated_at":"2023-03-04T11:45:56.000Z","dependencies_parsed_at":"2023-01-25T12:45:10.602Z","dependency_job_id":null,"html_url":"https://github.com/itzvinoth/gitrahub","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzvinoth%2Fgitrahub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzvinoth%2Fgitrahub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzvinoth%2Fgitrahub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzvinoth%2Fgitrahub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzvinoth","download_url":"https://codeload.github.com/itzvinoth/gitrahub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228181232,"owners_count":17881478,"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":["github","github-api","github-app","javascript","vuejs","vuejs2"],"created_at":"2024-12-04T19:37:27.025Z","updated_at":"2026-04-03T03:41:26.556Z","avatar_url":"https://github.com/itzvinoth.png","language":"Vue","readme":"# Gitrahub\n\n\u003e A Github based project. `Gitrahub` stands for 'Git Intra Hub'. Main goal of gitrahub is you can easily find the sharred interest between two users. Follow the below steps and run it locally. \n\n\n\n## Demo\n\n![Live Demo](https://i.imgur.com/95xE6Pr.gif)\n\n## How it works\n\nYou can either provide github profile url or username in the respective input fields like in the below image. In this case i gave profile url to the first input field and profile name to the second input field.\n\n# ![input field](gitra-1.png)\n\nSo after clicking the `Get starred repos` button you will get the mutual starred repos of the two users.\n\n# ![input field](gitra-2.png)\n\nIncase you want to find the individual starred repos of particular user you can select areas in the venn diagram like below images. So Let's start play with gitrahub.\n\n# ![input field](gitra-3.png)\n# ![input field](gitra-4.png)\n\n## Some Constraints \n\nGitHub limits unauthenticated API requests to 60 per hour but after binding your access token you will be able to enjoy the rate limit of 5,000 requests per hour.\n\nHow should I bind my access token?\n\nGo to `Gitrahub.vue` file find this lines. \n```javascript\n// replace below sample access token with your own github access token.\nlet config = {\n   headers: {'Authorization': 'token 5f55b5000330c1a56e328efe84gh4b6499b8219b'}\n}\n// use these lines \n  axios.get('https://api.github.com/users/'+userOne+'/starred?page='+countOne+'\u0026per_page=100', config)\n  axios.get('https://api.github.com/users/'+userTwo+'/starred?page='+countTwo+'\u0026per_page=100', config)\n  \n// instead of these  \n  axios.get('https://api.github.com/users/'+userOne+'/starred?page='+countOne+'\u0026per_page=100')\n  axios.get('https://api.github.com/users/'+userTwo+'/starred?page='+countTwo+'\u0026per_page=100')\n```\n\n## Installation\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# build for production and view the bundle analyzer report\nnpm run build --report\n```\n\n## Credits\n\nR. Vivek ([@vividvilla](https://github.com/vividvilla))\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzvinoth%2Fgitrahub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzvinoth%2Fgitrahub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzvinoth%2Fgitrahub/lists"}