MCPcopy Index your code
hub / github.com/Bloggify/github-calendar

github.com/Bloggify/github-calendar @2.3.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.3.4 ↗ · + Follow
6 symbols 11 edges 4 files 1 documented · 17% 1 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

github-calendar.js

Version Downloads

Embed your GitHub contributions calendar anywhere.

Everybodywell, haters gonna hate loves GitHub and everybody loves stats. So, why not making the GitHub contributions calendar available for being embeded in your web pages? Now you can. :tada:

:cloud: Installation

Check out the dist directory to download the needed files and include them on your page.

If you're using this module in a CommonJS environment, you can install it using npm or yarn and require it:

# Using npm
npm install --save github-calendar

# Using yarn
yarn add github-calendar

<script
  src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js">
</script>


<link
  rel="stylesheet"
  href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"
/>






    Loading the data just for you.




<script>
    GitHubCalendar(".calendar", "your-username");

    // or enable responsive functionality:
    GitHubCalendar(".calendar", "your-username", { responsive: true });

    // Use a proxy
    GitHubCalendar(".calendar", "your-username", {
       proxy (username) {
         return fetch(`https://your-proxy.com/github?user=${username}`)
       }
    }).then(r => r.text())
</script>

Here you can see this example in action.

:question: Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. :bug:

:memo: Documentation

GitHubCalendar(container, username, options)

Brings the contributions calendar from GitHub (provided username) into your page.

Params

  • String|HTMLElement container: The calendar container (query selector or the element itself).
  • String username: The GitHub username.
  • Object options: An object containing the following fields:
  • summary_text (String): The text that appears under the calendar (defaults to: "Summary of pull requests, issues opened, and commits made by <username>").
  • proxy (Function): A function that receives as argument the username (string) and should return a promise resolving the HTML content of the contributions page. The default is using @Bloggify's APIs.
  • global_stats (Boolean): If false, the global stats (total, longest and current streaks) will not be calculated and displayed. By default this is enabled.
  • responsive (Boolean): If true, the graph is changed to scale with the container. Custom CSS should be applied to the element to scale it appropriately. By default this is disabled.
  • tooltips (Boolean): If true, tooltips will be shown when hovered over calendar days. By default this is disabled.
  • cache (Number) The cache time in seconds.

Return

  • Promise A promise returned by the fetch() call.

:yum: How to contribute

Have an idea? Found a bug? See how to contribute.

:dizzy: Where is this library used?

If you are using this library in one of your projects, add it in this list. :sparkles:

  • @axetroy/react-github-calendar
  • @dotnetthailand/gatsby-theme-minimal-portfolio
  • @jiratki/gatsby-theme-minimal-portfolio
  • @pengliheng/github-report
  • @philipwhiuk/react-github-calendar
  • github-alike-calendar
  • github-calendar-element
  • github-calendar-web-component
  • github-contributions-react
  • react-ts-github-calendar

:scroll: License

MIT © Bloggify

Core symbols most depended-on inside this repo

printDayCount
called by 2
lib/index.js
addTooltips
called by 1
lib/index.js
fetchCalendar
called by 1
lib/index.js
cors
called by 1
proxy-self-hosted/util/index.php
sendResponse
called by 1
proxy-self-hosted/util/index.php
execute
called by 0
proxy-self-hosted/util/index.php

Shape

Function 6

Languages

TypeScript50%
PHP50%

Modules by API surface

proxy-self-hosted/util/index.php3 symbols
lib/index.js3 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add github-calendar \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact