{"id":13452676,"url":"https://github.com/IonicaBizau/github-contributions","last_synced_at":"2025-03-23T21:34:34.593Z","repository":{"id":10668097,"uuid":"12902737","full_name":"IonicaBizau/github-contributions","owner":"IonicaBizau","description":":octocat: A tool that generates a repository which being pushed into your GitHub account creates a nice contributions calendar.","archived":false,"fork":false,"pushed_at":"2023-10-02T07:35:25.000Z","size":440,"stargazers_count":1333,"open_issues_count":3,"forks_count":115,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-05-02T06:14:49.643Z","etag":null,"topics":["contributions-calendar","hacktoberfest","mad-science"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/IonicaBizau.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-09-17T17:58:22.000Z","updated_at":"2024-04-25T04:14:35.000Z","dependencies_parsed_at":"2024-01-06T22:29:50.350Z","dependency_job_id":"271d760d-c327-49c1-ba16-1c4f27745fe2","html_url":"https://github.com/IonicaBizau/github-contributions","commit_stats":{"total_commits":242,"total_committers":17,"mean_commits":"14.235294117647058","dds":0.3801652892561983,"last_synced_commit":"06bf68b41f7883f785770e900adae92ef30318df"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IonicaBizau%2Fgithub-contributions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IonicaBizau%2Fgithub-contributions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IonicaBizau%2Fgithub-contributions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IonicaBizau%2Fgithub-contributions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IonicaBizau","download_url":"https://codeload.github.com/IonicaBizau/github-contributions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221918472,"owners_count":16901635,"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":["contributions-calendar","hacktoberfest","mad-science"],"created_at":"2024-07-31T08:00:20.091Z","updated_at":"2025-03-23T21:34:34.559Z","avatar_url":"https://github.com/IonicaBizau.png","language":"HTML","readme":"\u003c!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --\u003e\n\n\n\n\n\n\n\n\n[![gh-contributions](http://i.imgur.com/w6nVEgj.png)](#)\n\n\n\n\n\n\n\n\n\n\n\n# `$ gh-contributions`\n\n [![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/gh-contributions.svg)](https://www.npmjs.com/package/gh-contributions) [![Downloads](https://img.shields.io/npm/dt/gh-contributions.svg)](https://www.npmjs.com/package/gh-contributions) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/@johnnyb?utm_source=github\u0026utm_medium=button\u0026utm_term=johnnyb\u0026utm_campaign=github)\n\n\u003ca href=\"https://www.buymeacoffee.com/H96WwChMy\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png\" alt=\"Buy Me A Coffee\"\u003e\u003c/a\u003e\n\n\n\n\n\n\n\n\u003e A tool that generates a repository which being pushed into your GitHub account creates a nice contributions calendar.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Installation\n\n### Global installation\n\n\n[Ensure you configured NPM and NodeJS not to require `sudo` when installing packages globally](https://github.com/IonicaBizau/dotfiles#npm-config).\n\n```js\n$ npm i -g gh-contributions\n```\n\n\nTo start the GitHub contributions server, do:\n\n```js\n$ gh-contributions\n```\n\n### Notes for installing on Windows\n\n\nFor this application to work well on Windows, Git must be installed with the option to put it in `PATH` enabled, like in this screenshot:\n\n![](http://i.imgur.com/UOkx35j.png \"\")\n\n\nIf Git is not installed with this option selected, *gh-contributions* will not be able to generate the repository.\n\n### Local installation\n\n```js\n$ git clone git@github.com:IonicaBizau/github-contributions.git\n$ cd github-contributions\n$ npm i\n$ npm start\n```\n\n## Usage\n\n\nThe server runs on the `9000` port. Open `http://localhost:9000/` in your browser.\n\nCheck the help information on the app page (`http://localhost:9000`), after you start the app.\n\n### Running Server Inside Docker Container\n\n\n**You will need to use a version lower than `3.0.0` to run this in Docker. Currently this is not supported anymore.**\n\n\nBuild Docker container locally:\n\n```sh\ndocker build -t github-contributions .\n```\n\n\nStart Docker container:\n\n```sh\ndocker run --rm -it -p 127.0.0.1:9000:9000 --name=github-contributions-server github-contributions\n```\n\n\nOpen `http://localhost:9000/` in your browser.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :question: Get Help\n\nThere are few ways to get help:\n\n\n\n 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.\n 2. For bug reports and feature requests, open issues. :bug:\n 3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :yum: How to contribute\nHave an idea? Found a bug? See [how to contribute][contributing].\n\n\n## :sparkling_heart: Support my projects\nI open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,\nthis takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).\n\nHowever, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:\n\n\n - Starring and sharing the projects you like :rocket:\n - [![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin: :book:\n - [![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:\n - [![Support me on Patreon][badge_patreon]][patreon]—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).\n - **Bitcoin**—You can send me bitcoins at this address (or scanning the code below): `1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6`\n\n    ![](https://i.imgur.com/z6OQI95.png)\n\n\nThanks! :heart:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :dizzy: Where is this library used?\nIf you are using this library in one of your projects, add it in this list. :sparkles:\n\n - `auto-contribution`\n\n\n\n\n\n\n\n\n\n\n\n## :scroll: License\n\n[MIT][license] © [Ionică Bizău][website]\n\n\n\n\n\n\n[license]: /LICENSE\n[website]: https://ionicabizau.net\n[contributing]: /CONTRIBUTING.md\n[docs]: /DOCUMENTATION.md\n[badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg\n[badge_amazon]: https://ionicabizau.github.io/badges/amazon.svg\n[badge_paypal]: https://ionicabizau.github.io/badges/paypal.svg\n[badge_paypal_donate]: https://ionicabizau.github.io/badges/paypal_donate.svg\n[patreon]: https://www.patreon.com/ionicabizau\n[amazon]: http://amzn.eu/hRo9sIZ\n[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=RVXDDLKKLQRJW\n","funding_links":["https://www.buymeacoffee.com/H96WwChMy","https://www.patreon.com/ionicabizau","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=RVXDDLKKLQRJW"],"categories":["HTML","Web 后端","GitHub"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIonicaBizau%2Fgithub-contributions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIonicaBizau%2Fgithub-contributions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIonicaBizau%2Fgithub-contributions/lists"}