{"id":17114031,"url":"https://github.com/subeshb1/developer-community-stats","last_synced_at":"2025-10-08T03:59:31.685Z","repository":{"id":46112334,"uuid":"300506654","full_name":"subeshb1/developer-community-stats","owner":"subeshb1","description":"🚀 A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats","archived":false,"fork":false,"pushed_at":"2023-09-10T20:07:52.000Z","size":4022,"stargazers_count":144,"open_issues_count":4,"forks_count":362,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-24T07:05:13.017Z","etag":null,"topics":["beginner-friendly","community","developer","developer-community","gatsby","github","good-first-issue","open-source","react"],"latest_commit_sha":null,"homepage":"https://developer-community-stats.netlify.app/","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/subeshb1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-10-02T05:07:17.000Z","updated_at":"2025-04-22T06:58:40.000Z","dependencies_parsed_at":"2023-01-30T22:16:00.669Z","dependency_job_id":"c21568ff-e3e4-4ef6-9e6d-bd8f89418eaa","html_url":"https://github.com/subeshb1/developer-community-stats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/subeshb1/developer-community-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subeshb1%2Fdeveloper-community-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subeshb1%2Fdeveloper-community-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subeshb1%2Fdeveloper-community-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subeshb1%2Fdeveloper-community-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subeshb1","download_url":"https://codeload.github.com/subeshb1/developer-community-stats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subeshb1%2Fdeveloper-community-stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278886418,"owners_count":26062975,"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-10-08T02:00:06.501Z","response_time":56,"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":["beginner-friendly","community","developer","developer-community","gatsby","github","good-first-issue","open-source","react"],"created_at":"2024-10-14T17:14:33.906Z","updated_at":"2025-10-08T03:59:31.669Z","avatar_url":"https://github.com/subeshb1.png","language":"JavaScript","readme":"# 🚀 Developer Community stats\n\n![Contributors](https://img.shields.io/github/contributors/subeshb1/developer-community-stats)\n![Closed PR](https://img.shields.io/github/issues-pr-closed/subeshb1/developer-community-stats)\n![Stars](https://img.shields.io/github/stars/subeshb1/developer-community-stats)\n![License](https://img.shields.io/github/license/subeshb1/developer-community-stats)\n![Issues](https://img.shields.io/github/issues/subeshb1/developer-community-stats)\n![Forks](https://img.shields.io/github/forks/subeshb1/developer-community-stats)\n![Contributor Country](https://img.shields.io/badge/ContributorsCountry-25%2B-red)\n![main-push-deploy-action](https://github.com/subeshb1/developer-community-stats/workflows/main-push-deploy-action/badge.svg)\n\n\nA repository to encourage beginners to contribute to open source and for all contributors to view their Github stats.\n\n![stats](./stats.png)\n\n## Contributing to Developer Community stats\n\n### Contributing to Open issues and Challenges\n\nThe repository consists of Open issues encouraging beginners to take their first step to contribute to Open source. If you have any ideas regarding challenges, suggestions or feedback don't feel hesitant, create some issues.\n\nWhen contributing to an issue be sure to read through the description and follow the steps and make sure all the builds in the PR succeed.\n\nThe most common contribution is adding yourself to `contributors.json`. See issue https://github.com/subeshb1/developer-community-stats/issues/8 on how to add your info and view your Github stats in https://developer-community-stats.netlify.app/.\n\n### Contributing to Core Website\n\nThe core website is built with Gatsby, React and Github Graphql API. Follow the following steps to contribute to the website\n\n```sh\n# Fork the repo\nhttps://github.com/subeshb1/developer-community-stats\n\n# Clone your forked repo\n$ git clone git@github.com:username/developer-community-stats.git\n\n$ npm install\n\n# Create a new branch for you.\n$ git pull origin main # Pull the latest main branch\n$ git checkout -b new-branch # Checkout to your new branch\n\n# Start Gatsby mock server\nENV_TYPE=mock gatsby develop\n\n# To start Gatsby server with github token and url expose the following variables\nGITHUB_GRAPHQL_URL=\u003cgithub_graphql_url\u003e\nGITHUB_TOKEN=\u003cyour_personal_access_token\u003e\n\n# Run tests\n$ npm run test\n\n# Commit the changes\n$ git commit -m \"Commit message\"\n\n# Push your changes and\n$ git push --set-upstream origin new-branch\n\n# Make a pull request of your newly changed branch\n[https://github.com/subeshb1/developer-community-stats/compare](https://github.com/username/developer-community-stats/compare)\n```\n\n### Have some Suggestions or a new Idea?\n\nAdd your idea/suggestion in the `IDEAS.md` file.\n\n## License\n\n[MIT](https://github.com/subeshb1/developer-community-stats/blob/main/LICENSE)\n\n\n## Contributors\n\u003ca href=\"https://github.com/subeshb1/developer-community-stats/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=subeshb1/developer-community-stats\" /\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubeshb1%2Fdeveloper-community-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubeshb1%2Fdeveloper-community-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubeshb1%2Fdeveloper-community-stats/lists"}