{"id":18664866,"url":"https://github.com/mazkdevf/educationgit","last_synced_at":"2026-04-29T20:03:53.537Z","repository":{"id":180684011,"uuid":"665533946","full_name":"mazkdevf/EducationGit","owner":"mazkdevf","description":"A JavaScript library for fetching real-time GitHub Student Pack benefits.","archived":false,"fork":false,"pushed_at":"2023-07-12T12:50:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T10:17:58.379Z","etag":null,"topics":["benefits","developers","edu","education","github","javascript","js","pack"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/education-github-student-benefits","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/mazkdevf.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":"2023-07-12T12:18:45.000Z","updated_at":"2023-07-18T09:43:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa8f3ecd-3deb-4dd8-b921-e958fd97fcc9","html_url":"https://github.com/mazkdevf/EducationGit","commit_stats":null,"previous_names":["mazkdevf/educationgit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FEducationGit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FEducationGit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FEducationGit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FEducationGit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mazkdevf","download_url":"https://codeload.github.com/mazkdevf/EducationGit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239491387,"owners_count":19647818,"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":["benefits","developers","edu","education","github","javascript","js","pack"],"created_at":"2024-11-07T08:25:20.671Z","updated_at":"2025-11-06T10:30:31.265Z","avatar_url":"https://github.com/mazkdevf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EducationGit\nA JavaScript library for fetching real-time GitHub Student Pack benefits. This library allows students to retrieve information about the benefits they have access to as part of the GitHub Student Developer Pack.\n\n### Features\n\n- Fetch real-time information about the GitHub Student Pack benefits.\n- Retrieve details about individual benefits, such as name, description, and benefits.\n- Filter benefits based on categories or specific keywords. [FILTERED ON TAGS]!\n- Easy integration with your JavaScript projects.\n\n### Installation\n```bash\nnpm install education-github-student-benefits\n```\n\n### Usage\n```js\nconst EducationGit = new (require(\"education-github-student-benefits\"))();\n\nEducationGit.getBenefits().then((res) =\u003e {\n    console.log(res);\n}).catch((err) =\u003e {\n    console.error(err);\n});\n\n// GET FILTERS\nEducationGit.getBenefits().then((res) =\u003e {\n    EducationGit.getAllFilters(res[\"benefits\"][\"list\"]).then((res) =\u003e {\n      console.log(res[\"filters\"]);\n    });\n}).catch((err) =\u003e {\n    console.error(err);\n});\n\n// GET BENEFITS WITH FILTER\nEducationGit.getBenefits().then((res) =\u003e {\n    EducationGit.filterBenefits(res[\"benefits\"][\"list\"], \"Cloud\").then((res) =\u003e {\n      console.log(res);\n    });\n}).catch((err) =\u003e {\n    console.error(err);\n});\n\n```\n\n### Example Request Content:\n```js\n{\n  requestDate: {\n    timestamp: 1689164159356,\n    dateFormat: 'YYYY-MM-DD HH:mm:ss',\n    date: '2023-07-12 12:15:59'\n  },\n  benefits: {\n    count: 89,\n    list: [\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object], [Object],\n      [Object], [Object], [Object], [Object], [Object]\n    ]\n  },\n  applyForGitHubStudentDeveloperPack: 'https://education.github.com/discount_requests/application',\n  information: {\n    source: 'https://education.github.com/pack',\n    libAuthor: 'mazkdevf',\n    libName: 'education-git-benefits',\n    libVersion: '1.0.3'\n  }\n}\n```\n\n### Example Request Content for Filters \u0026 Filtered:\n##### EducationGit.filterBenefits (FUNCTION)\n```js\n{\n  requestDate: {\n    timestamp: 1689166087812,\n    dateFormat: 'YYYY-MM-DD HH:mm:ss',\n    date: '2023-07-12 12:48:07'\n  },\n  benefits: {\n    count: 7,\n    list: [\n      [Object], [Object],\n      [Object], [Object],\n      [Object], [Object],\n      [Object]\n    ]\n  },\n  applyForGitHubStudentDeveloperPack: 'https://education.github.com/discount_requests/application',\n  information: {\n    source: 'https://education.github.com/pack',\n    libAuthor: 'mazkdevf',\n    libName: 'education-git-benefits',\n    libVersion: '1.0.3'\n  },\n  filter: 'Cloud'\n}\n```\n\n##### EducationGit.getAllFilters (FUNCTION)\n```js\n{\n  count: 14,\n  list: [\n    'Virtual Events',\n    'Domains',\n    'Cloud',\n    'Developer tools',\n    'Learn',\n    'Design',\n    'Infrastructure \u0026 APIs',\n    'Security \u0026 analytics',\n    'Mobile',\n    'Personal Portfolio',\n    'Machine Learning \u0026 AI',\n    'Internet of Things',\n    'Productivity',\n    'Marketing'\n  ]\n}\n```\n\n\n**Disclaimer:** This library is not officially endorsed or supported by GitHub. It is an independent project created by the community for educational purposes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazkdevf%2Feducationgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazkdevf%2Feducationgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazkdevf%2Feducationgit/lists"}