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
- Host: GitHub
- URL: https://github.com/geodoo/github-profile-widget
- Owner: GeoDoo
- License: lgpl-2.1
- Created: 2020-09-08T14:20:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:37:20.000Z (over 3 years ago)
- Last Synced: 2024-10-30T19:02:35.727Z (over 1 year ago)
- Topics: html5, webcomponent
- Language: JavaScript
- Homepage:
- Size: 360 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/GeoDoo/github-profile-widget)
[](https://www.webcomponents.org/element/github-profile-widget)
[](https://github.com/semantic-release/semantic-release)
[](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).