1.0.0 • Published 4 years ago

git-widget v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Git Widget

Showcase your projects on their official websites/blogs. 👨‍💻👩‍💻

A Detailed timeline of contributions done on your project. 💖

Screenshot of the Git Widget

Installation & Usage

You can install git-widget using two ways.

1 - Using Script

    <git-widget data-projectid="Pika1998/CYOMS"></git-widget>
    <!-- Place script tag before the end of the body tag -->
    <script src="" type="module"></script>

2 - As NPM Module

This can be used in React, Vue and almost any other frontend framework

npm install --save git-widget

Inside your framework component

import 'git-widget'

Attributes

attributesdescriptiondefault
data-projectid< Your Github UserID > / < Project you want to showcase>
data-widthWidth of the card400px
data-heightHeight of the card500px