{"id":17641842,"url":"https://github.com/matejmecka/hacktoberfeststats","last_synced_at":"2025-05-06T21:41:41.707Z","repository":{"id":25854469,"uuid":"106722932","full_name":"MatejMecka/HacktoberfestStats","owner":"MatejMecka","description":"A NPM Module I built that tells you information about you for your progress during Hacktoberfest.","archived":false,"fork":false,"pushed_at":"2022-12-30T18:52:55.000Z","size":692,"stargazers_count":16,"open_issues_count":4,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T13:19:57.444Z","etag":null,"topics":["github","hacktoberfest","stats"],"latest_commit_sha":null,"homepage":"","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/MatejMecka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-12T17:14:40.000Z","updated_at":"2022-09-27T18:26:16.000Z","dependencies_parsed_at":"2023-01-14T03:33:12.143Z","dependency_job_id":null,"html_url":"https://github.com/MatejMecka/HacktoberfestStats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatejMecka%2FHacktoberfestStats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatejMecka%2FHacktoberfestStats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatejMecka%2FHacktoberfestStats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatejMecka%2FHacktoberfestStats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatejMecka","download_url":"https://codeload.github.com/MatejMecka/HacktoberfestStats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252775745,"owners_count":21802453,"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":["github","hacktoberfest","stats"],"created_at":"2024-10-23T07:26:11.521Z","updated_at":"2025-05-06T21:41:41.679Z","avatar_url":"https://github.com/MatejMecka.png","language":"JavaScript","readme":"# HacktoberfestStats [![npm version](https://badge.fury.io/js/hacktoberfeststats.svg)](https://badge.fury.io/js/hacktoberfeststats)   [ ![License:MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nThis Module can be used to retrieve all information about a given GitHub user within Hacktoberfest's event.\n\n### Dependencies:\n* Request\n* Underscore\n* Meow\n\n### Installation:\n`npm install hacktoberfeststats`\n\n### Usage:\n\n#### CLI\n\n```sh\nnpx hacktoberfeststats MatejMecka # current year\nnpx hacktoberfeststats MatejMecka -y 2018\nnpx hacktoberfeststats MatejMecka --year 2018\n```\n\n#### API\n\n```js\nconst { getHacktoberfestStats } = require('hacktoberfeststats')\t\n\n// Using Callbacks\ngetHacktoberfestStats(\"MatejMecka\", \"2018\", function(hacktoberfestStats,error){\n\tif (error) {\n\t\tconsole.log(error.message)\n\t} else {\n\t\tconsole.log(hacktoberfestStats)\n\t}\n})\n\n// Using Promises\ngetHacktoberfestStats('MatejMecka', '2018').then(stats =\u003e {\n    console.log(stats)\n})\n```\n\n### Options:\n\nThe callback function receives an object that contains these properties:\n\n*mainStats*:\n* Name: The person’s first name or username\n* Completed: Is it Completed or Not. Returns a boolean\n* Current: Integer - Number of pull requests\n* Progress: How many pull requests a user has made: ex: `11/4`\n* Contributions: Repositories where the user did pull requests\n* Required: The Number of required pull requests for that year. - Array with URL's linking to Pull Requests\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatejmecka%2Fhacktoberfeststats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatejmecka%2Fhacktoberfeststats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatejmecka%2Fhacktoberfeststats/lists"}