An open API service indexing awesome lists of open source software.

https://github.com/geodoo/github-profile-widget

Custom Web Component to display your github profile as a widget on your website or web app
https://github.com/geodoo/github-profile-widget

html5 webcomponent

Last synced: 8 months ago
JSON representation

Custom Web Component to display your github profile as a widget on your website or web app

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/GeoDoo/github-profile-widget.svg?style=svg)](https://circleci.com/gh/GeoDoo/github-profile-widget)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/github-profile-widget)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# \

> A web component to show a profile widget for your Github account that can be easily embedded to your website.

## How to use

```html

```

or you can use npm or yarn:

```bash
$ npm install --save github-profile-widget
$ yarn install --save github-profile-widget
```
## Live demo
You can check the widget on the footer of my blog: https://geodoo.work

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

## License

This work is licensed under the [GNU LESSER GENERAL PUBLIC LICENSE](LICENSE).