{"id":23949785,"url":"https://github.com/carter907/gitty-api","last_synced_at":"2026-05-16T02:40:35.386Z","repository":{"id":246422101,"uuid":"821081923","full_name":"Carter907/gitty-api","owner":"Carter907","description":"gitty-api is my personal Github API client. I would suggest checking out octokit before considering this repo.","archived":false,"fork":false,"pushed_at":"2024-07-02T21:33:38.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T08:47:28.623Z","etag":null,"topics":["api","github-api"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@carte_907/gitty-api","language":"JavaScript","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/Carter907.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":"2024-06-27T19:18:28.000Z","updated_at":"2024-12-23T17:01:45.000Z","dependencies_parsed_at":"2025-02-24T08:43:09.760Z","dependency_job_id":"5f83a24b-cbe1-4ec1-90bb-2d74bf2a9a94","html_url":"https://github.com/Carter907/gitty-api","commit_stats":null,"previous_names":["carter907/gitty-api"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Carter907/gitty-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carter907%2Fgitty-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carter907%2Fgitty-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carter907%2Fgitty-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carter907%2Fgitty-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Carter907","download_url":"https://codeload.github.com/Carter907/gitty-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carter907%2Fgitty-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284807785,"owners_count":27066464,"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","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"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":["api","github-api"],"created_at":"2025-01-06T11:51:32.384Z","updated_at":"2025-11-17T02:03:43.536Z","avatar_url":"https://github.com/Carter907.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Gitty API\r\n\r\ngitty api is a set of functions that allows you to interface with your github repositories at a high level.\r\n\r\n### API token\r\n\r\ngitty api uses your api token to make requests. Please set an environment variable called `GH_API_TOKEN`\r\nset to your token to successfully call these functions.\r\n\r\n### Install\r\nuse npm to install this package\r\n```\r\nnpm i @carte_907/gitty-api\r\n```\r\n\r\n### Usage\r\nGet all of a user's repositories\r\n```js\r\nlet projects = await getAllRepos('[user]')\r\n```\r\nGet Repositories with at least a certain number of forks\r\n```js\r\nlet moreThan4Forks = await getReposWithForks('[user]', 5) // 5 or more forks\r\n```\r\nGet Repositories with at least a certain number of stars\r\n```js\r\nlet popularRepositories = await getReposWithStarts('[user]', 1000) // 1000 or more stars\r\n```\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarter907%2Fgitty-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarter907%2Fgitty-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarter907%2Fgitty-api/lists"}