https://github.com/maxmellon/githubsignature
:credit_card: Signature of Github with react
https://github.com/maxmellon/githubsignature
Last synced: 5 months ago
JSON representation
:credit_card: Signature of Github with react
- Host: GitHub
- URL: https://github.com/maxmellon/githubsignature
- Owner: MaxMEllon
- License: mit
- Created: 2015-07-09T18:23:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T16:24:40.000Z (over 10 years ago)
- Last Synced: 2025-03-13T21:34:14.006Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 668 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GithubSignature
## About
`Githubsignature` can be embedded the signature in HTML.
## Installation
```
$ wget https://raw.githubusercontent.com/MaxMEllon/GithubSignature/master/build/styles/github_signature.min.css
$ wget https://raw.githubusercontent.com/MaxMEllon/GithubSignature/master/build/scripts/github_signature.min.js
```
## Requirements
- [React.js](http://facebook.github.io/react/) >= 0.13.3
- [JQuery](https://code.jquery.com/jquery-2.1.3.min.js)
- [Github.api](https://api.github.com)
- localStorage
## Usage
```html
signature = new GithubSignature('[id]')
signature.drawUserSignature('[username]')
```
## Contact
[](https://gitter.im/MaxMEllon/GithubSignature?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## LICENSE
This software is released under the MIT License, see LICENSE.txt.