{"id":21108978,"url":"https://github.com/pajaydev/git-first-timers","last_synced_at":"2025-07-20T14:04:10.863Z","repository":{"id":94162568,"uuid":"160154245","full_name":"pajaydev/git-first-timers","owner":"pajaydev","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-31T08:58:52.000Z","size":6,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T14:02:31.295Z","etag":null,"topics":["get-issues","git","git-first-timers","git-issues","good-first-bug","good-first-issue"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pajaydev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-03T08:04:16.000Z","updated_at":"2025-03-17T00:20:24.000Z","dependencies_parsed_at":"2023-03-25T22:47:41.006Z","dependency_job_id":null,"html_url":"https://github.com/pajaydev/git-first-timers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pajaydev/git-first-timers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pajaydev%2Fgit-first-timers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pajaydev%2Fgit-first-timers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pajaydev%2Fgit-first-timers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pajaydev%2Fgit-first-timers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pajaydev","download_url":"https://codeload.github.com/pajaydev/git-first-timers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pajaydev%2Fgit-first-timers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266135687,"owners_count":23881803,"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":["get-issues","git","git-first-timers","git-issues","good-first-bug","good-first-issue"],"created_at":"2024-11-20T00:49:57.602Z","updated_at":"2025-07-20T14:04:10.849Z","avatar_url":"https://github.com/pajaydev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git First Timers\n\n\n## Installation ##\n\n``` bash\nnpm install git-first-timer\n```\n\nThis plugin simplifies the Git Search Issues Api, you can provide the below options to search GIT issues. By default this module will fetch all issues with label \"Good First Issue\" based on the language. It will be helpful for Git First Timers searching issues to contribute.\n\n\n## Usage ##\n\n```js\nconst GitFirstTimer = require('git-first-timer');\nconst git = new GitFirstTimer({\n     q: 'react',\n     language: 'Javascript',\n     sort: 'created',\n     order: 'asc',\n     label: \"good first issue\"\n });\n\n git.getIssues().then((data) =\u003e {\n     console.log(data);\n })\n});\n```\n\n## Options ##\n\n\u003cb\u003eq\u003c/b\u003e - query a value.\u003cbr /\u003e\n\u003cb\u003elanguage\u003c/b\u003e - any language.\u003cbr /\u003e\n\u003cb\u003esort\u003c/b\u003e - Sort the Github issues.\u003cbr /\u003e\n\u003cb\u003eorder\u003c/b\u003e - asc / desc.\u003cbr /\u003e\n\u003cb\u003elabel\u003c/b\u003e - any label ( default label - good first issue)\u003cbr /\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpajaydev%2Fgit-first-timers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpajaydev%2Fgit-first-timers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpajaydev%2Fgit-first-timers/lists"}