{"id":31225184,"url":"https://github.com/jckli/gitcloser","last_synced_at":"2026-03-09T04:02:10.483Z","repository":{"id":246599392,"uuid":"669106510","full_name":"jckli/gitcloser","owner":"jckli","description":"🔎 Find how close you are to another GitHub user in less than 20 seconds","archived":false,"fork":false,"pushed_at":"2024-07-24T21:56:10.000Z","size":163,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-22T00:42:37.608Z","etag":null,"topics":["bfs-algorithm","fiber","git","github","go","nextjs","pathfinding","users"],"latest_commit_sha":null,"homepage":"https://gitcloser.hayasaka.moe","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jckli.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-21T11:01:24.000Z","updated_at":"2025-08-16T17:02:14.000Z","dependencies_parsed_at":"2024-07-25T00:07:56.167Z","dependency_job_id":null,"html_url":"https://github.com/jckli/gitcloser","commit_stats":null,"previous_names":["jckli/gitcloser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jckli/gitcloser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckli%2Fgitcloser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckli%2Fgitcloser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckli%2Fgitcloser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckli%2Fgitcloser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jckli","download_url":"https://codeload.github.com/jckli/gitcloser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckli%2Fgitcloser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30282540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bfs-algorithm","fiber","git","github","go","nextjs","pathfinding","users"],"created_at":"2025-09-22T00:41:19.421Z","updated_at":"2026-03-09T04:02:10.396Z","avatar_url":"https://github.com/jckli.png","language":"TypeScript","readme":"\u003cimg src=\"https://github.com/jckli/gitcloser/blob/master/gitcloser.png\" alt=\"GitCloser Logo\" width=\"300\"/\u003e\n\n_**Git** as in the version control system \"Git\" \u0026 **Closer** as in \"how close one is\"_\n\n# 🔎 Find how close you are to another GitHub user in less than 20 seconds\n\n\u003e GitCloser Bi-directional BFS algorithm is located at `/backend/algorithm`\n\nGitCloser is a web application that makes it super easy to find out how close you are to another GitHub user. It utilizes a Bidirectional Breadth First Search (BFS) algorithm to find the (mostly shortest) path between two users on GitHub. Implemented in Go with go routines for concurrency, the algorithm takes around 20 seconds or less for most users on GitHub.\n\nYou can try it out at [gitcloser.hayasaka.moe](https://gitcloser.hayasaka.moe) without deploying anything youself - just type in two GitHub usernames and click \"Find Path\"! If you want to self host it though, it'll take a bit of configuration.\n\n## Self-hosting\n\n### Prerequisites\n\n- Go 1.22\n- Node.js 22.3.0\n- GitHub account\n\n### Steps\n\n1. Clone the repository\n2. Create a GitHub OAuth App at [https://github.com/settings/tokens?type=beta](https://github.com/settings/tokens?type=beta). You can just generate one with no scopes or permissions. Copy the API key.\n3. Create a `.env` file in the `/backend` directory with the following content:\n\n```bash\nGITHUB_TOKEN=YOUR_GITHUB_API_KEY\nPORT=3001\n```\n\n4. Run the backend server with `go run main.go` in the `/backend` directory\n5. Install the frontend dependencies with `npm install` in the `/frontend` directory\n6. Run the frontend server with `npm run start` in the `/frontend` directory\n7. You can find GitCloser at `http://localhost:3000` in your browser\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjckli%2Fgitcloser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjckli%2Fgitcloser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjckli%2Fgitcloser/lists"}