{"id":17372186,"url":"https://github.com/haripo/react-github-contribution-calendar","last_synced_at":"2025-10-11T12:10:22.812Z","repository":{"id":8939117,"uuid":"60305969","full_name":"haripo/react-github-contribution-calendar","owner":"haripo","description":"A React component for GitHub-like heatmap calendar","archived":false,"fork":false,"pushed_at":"2023-07-01T11:08:10.000Z","size":2972,"stargazers_count":166,"open_issues_count":5,"forks_count":18,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T03:39:34.876Z","etag":null,"topics":["calendar","github","heatmap-calendar","react","react-component"],"latest_commit_sha":null,"homepage":"http://haripo.github.io/react-github-contribution-calendar","language":"HTML","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/haripo.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}},"created_at":"2016-06-03T00:20:34.000Z","updated_at":"2025-04-09T19:47:24.000Z","dependencies_parsed_at":"2024-10-16T01:41:58.993Z","dependency_job_id":"4028868f-4356-43f9-ab57-1fe6e8b77ff3","html_url":"https://github.com/haripo/react-github-contribution-calendar","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/haripo/react-github-contribution-calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haripo%2Freact-github-contribution-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haripo%2Freact-github-contribution-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haripo%2Freact-github-contribution-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haripo%2Freact-github-contribution-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haripo","download_url":"https://codeload.github.com/haripo/react-github-contribution-calendar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haripo%2Freact-github-contribution-calendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007136,"owners_count":26084246,"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-11T02:00:06.511Z","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":["calendar","github","heatmap-calendar","react","react-component"],"created_at":"2024-10-16T01:41:51.373Z","updated_at":"2025-10-11T12:10:22.784Z","avatar_url":"https://github.com/haripo.png","language":"HTML","readme":"react-github-contribution-calendar\n====\n\n[![npm version](https://badge.fury.io/js/react-github-contribution-calendar.svg)](https://badge.fury.io/js/react-github-contribution-calendar)\n\nA responsive react component for GitHub-like heatmap calendar\n\n## Demo\n\n[Demo and documents](http://haripo.github.io/react-github-contribution-calendar/)\n\n## Usage\n\n``` javascript\n// main.jsx\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport Calendar from 'react-github-contribution-calendar';\n\nvar values = {\n  '2016-06-23': 1,\n  '2016-06-26': 2,\n  '2016-06-27': 3,\n  '2016-06-28': 4,\n  '2016-06-29': 4\n}\nvar until = '2016-06-30';\n\nvar elem = document.getElementById('app');\nReactDOM.render(\u003cCalendar values={values} until={until} /\u003e, elem);\n```\n\n## Install\n\n``` npm i react-github-contribution-calendar --save ```\n\n## Licence\n\nMIT\n\n## Author\n\n[haripo](https://github.com/haripo)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharipo%2Freact-github-contribution-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharipo%2Freact-github-contribution-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharipo%2Freact-github-contribution-calendar/lists"}