Skip to content

MaxMEllon/GithubSignature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

  <head>
    <link href="path/to/github_signature.min.css">
  </head>
  <body>
    <div id="github-signature"></div>
    <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
    <script src="https://fb.me/react-0.13.3.js"></script>
    <script src="path/to/github_signature.min.js"></script>
    <script>
      signature = new GithubSignature('[id]')
      signature.drawUserSignature('[username]')
    </script>
  </body>

Contact

Join the chat at https://gitter.im/MaxMEllon/GithubSignature

LICENSE

This software is released under the MIT License, see LICENSE.txt.