{"id":21182100,"url":"https://github.com/dkunin/vue-contribution-calendar","last_synced_at":"2025-07-10T00:32:06.440Z","repository":{"id":57395392,"uuid":"77399094","full_name":"DKunin/vue-contribution-calendar","owner":"DKunin","description":"Simple svg contribution calendar component for vue","archived":false,"fork":false,"pushed_at":"2018-01-29T13:01:35.000Z","size":100,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-22T22:43:04.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dkunin.github.io/vue-contribution-calendar/","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/DKunin.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}},"created_at":"2016-12-26T17:58:23.000Z","updated_at":"2022-08-30T14:50:15.000Z","dependencies_parsed_at":"2022-09-05T07:30:49.871Z","dependency_job_id":null,"html_url":"https://github.com/DKunin/vue-contribution-calendar","commit_stats":null,"previous_names":["dkunin/vue-contribution-calenadar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fvue-contribution-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fvue-contribution-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fvue-contribution-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fvue-contribution-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DKunin","download_url":"https://codeload.github.com/DKunin/vue-contribution-calendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225606641,"owners_count":17495551,"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":[],"created_at":"2024-11-20T17:55:47.281Z","updated_at":"2024-11-20T17:55:47.767Z","avatar_url":"https://github.com/DKunin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Contribution Calendar\n\n\u003e Vue component to reproduce github contribution calendar with zero dependecies.\n\n- Example: \n![Example](https://raw.githubusercontent.com/DKunin/vue-contribution-calenadar/master/example/example.png)\n\n- Live [demo](https://dkunin.github.io/vue-contribution-calendar), be sure to checkout the course and click on the rectangles - have fun!\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\n```console\n    npm install vue-contribution-calendar\n```\n\n## Usage\n\nIn any your vue file:\n\n```vue\n    \u003ctemplate\u003e\n        \u003ccontributionCalendar :history=\"history\" :year=\"2016\" :cellClick=\"someMethod\" /\u003e\n    \u003c/template\u003e\n\n    \u003cscript\u003e\n      import contributionCalendar from 'vue-contribution-calenadar';\n\n      export default {\n        components: {\n          contributionCalendar\n        },\n        methods: {\n          someMethod(date, value) {\n            ...\n          }\n        },\n        data() {\n          return {\n            history: {\n              '20-12-2016': 7,\n               ...\n              '11-1-2016': 1 \n            }\n          }\n        },\n      }\n    \u003c/script\u003e\n```\n\n## Contribute\n\nFork, run:\n\n```console\n    npm run watch\n```\nand patch away.\n\n## License\n\nMIT © Dmitri Kunin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkunin%2Fvue-contribution-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkunin%2Fvue-contribution-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkunin%2Fvue-contribution-calendar/lists"}