A web component to show a profile widget for your Github account that can be easily embedded to your website.
<github-profile-widget username="GeoDoo"></github-profile-widget>
<script src="https://npmcdn.com/github-profile-widget@<version-you-want>/github-profile-widget.js"></script>
or you can use npm or yarn:
$ npm install --save github-profile-widget
$ yarn install --save github-profile-widget
You can check the widget on the footer of my blog: https://geodoo.work
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
This work is licensed under the GNU LESSER GENERAL PUBLIC LICENSE.