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

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

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

[![Join the chat at https://gitter.im/MaxMEllon/GithubSignature](https://badges.gitter.im/Join%20Chat.svg)](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.