Skip to content

kristofgilicze/github-calendar-web-component

Repository files navigation

github-calendar-web-component.js

Version Downloads

ES6 Web Component wrapper for GitHub Calendar.

demo

Not all features are exposed, feel free to contribute.

Installation

# Using npm
npm install --save github-calendar-web-component

# Using yarn
yarn add github-calendar-web-component

Usage

<!-- Serve from CDN -->
<script
    src="https://unpkg.com/github-calendar-web-component@0.1.0/dist/github-calendar-web-component.min.js"
    type="module"
></script>


<github-calendar
    username="kristofgilicze"
    summary-text="Override the default summary text"
></github-calendar>

About

ES6 WebComponent based GitHub Calendar stat widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published