{"id":27936123,"url":"https://github.com/jsulpis/github-insights","last_synced_at":"2026-04-27T20:31:43.804Z","repository":{"id":44655159,"uuid":"212075010","full_name":"jsulpis/github-insights","owner":"jsulpis","description":"Insights into a GitHub profile.","archived":false,"fork":false,"pushed_at":"2023-03-07T05:28:42.000Z","size":1649,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T06:56:32.184Z","etag":null,"topics":["nextjs","webapp"],"latest_commit_sha":null,"homepage":"https://github-insights.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/jsulpis.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}},"created_at":"2019-10-01T11:06:00.000Z","updated_at":"2025-01-12T12:19:23.000Z","dependencies_parsed_at":"2025-05-07T06:56:33.869Z","dependency_job_id":"77f921a6-b372-4d01-95fe-583c00646cbe","html_url":"https://github.com/jsulpis/github-insights","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"jsulpis/nextjs-template","purl":"pkg:github/jsulpis/github-insights","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsulpis%2Fgithub-insights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsulpis%2Fgithub-insights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsulpis%2Fgithub-insights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsulpis%2Fgithub-insights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsulpis","download_url":"https://codeload.github.com/jsulpis/github-insights/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsulpis%2Fgithub-insights/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["nextjs","webapp"],"created_at":"2025-05-07T06:56:30.667Z","updated_at":"2026-04-27T20:31:43.789Z","avatar_url":"https://github.com/jsulpis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eGitHub Insights\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eInsights into a GitHub profile\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/jsulpis/github-insights/actions/workflows/build.yml\"\u003e\n    \u003cimg alt=\"CI\" src=\"https://github.com/jsulpis/github-insights/actions/workflows/build.yml/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://sonarcloud.io/dashboard?id=github-stats\"\u003e\n\t\t\u003cimg alt=\"Quality Gate Status\" src=\"https://sonarcloud.io/api/project_badges/measure?project=github-stats\u0026metric=alert_status\" /\u003e\n\t\u003c/a\u003e\n  \u003ca href=\"https://sonarcloud.io/dashboard?id=github-stats\"\u003e\n\t\t\u003cimg alt=\"Coverage\" src=\"https://sonarcloud.io/api/project_badges/measure?project=github-stats\u0026metric=coverage\" /\u003e\n\t\u003c/a\u003e\n  \u003ca href=\"http://makeapullrequest.com\"\u003e\n\t\t\u003cimg alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ca align=\"center\" href=\"https://github-insights.vercel.app\"\u003e\n  \u003cimg class=\"repo-preview\" src=\"https://raw.githubusercontent.com/jsulpis/github-insights/master/preview.png\" alt=\"Screenshot of the application\"/\u003e\n\u003c/a\u003e\n\n## Installation\n\nClone the repository and install the dependencies:\n\n```shell\ngit clone https://github.com/jsulpis/github-insights.git \u0026\u0026 cd github-insights \u0026\u0026 npm i\n```\n\n## Usage\n\n### Setup\n\nYou will need a GitHub OAuth token to query the GraphQL endpoint. See the [documentation](https://developer.github.com/v4/guides/forming-calls/#authenticating-with-graphql) for more details. Then put your token in the GITHUB_API_TOKEN variable in a .env file.\n\n### Development\n\nServe with hot reload at localhost:3000\n\n```\nnpm run dev\n```\n\n### Build\n\nBuild for production: next.js automatically generates a mix of static HTML pages when possible, and lambda functions for server-side rendered pages. This is supported out-of-the-box by Vercel.\n\n```\nnpm run build\n```\n\nServe the production build with SSR:\n\n```\nnpm start\n```\n\nSee package.json for other scripts.\n\n## License\n\nReleased under the [MIT](https://github.com/jsulpis/github-insights/blob/master/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsulpis%2Fgithub-insights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsulpis%2Fgithub-insights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsulpis%2Fgithub-insights/lists"}