Skip to content

lyova24/gh-contrib-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


HTML5 CSS javascript cheshire137graph.png

Usage

All you need are three lines in your HTML file.

<!-- GOES INTO HEAD -->
<!-- lengthylyova.pythonanywhere.com deprecated since Friday 05 September 2025 -->
<!--<link rel="stylesheet" href="http://lengthylyova.pythonanywhere.com/static/gh.css">-->
<link rel="stylesheet" href="https://ghcg.lyova24.ru/static/gh.css">

<!-- GOES INTO BODY -->
<div id="gh" data-login="YOUR_GITHUB_LOGIN"></div>

<!-- GOES INTO THE END OF BODY -->
<!-- lengthylyova.pythonanywhere.com deprecated since Friday 05 September 2025 -->
<!--<link rel="stylesheet" href="http://lengthylyova.pythonanywhere.com/static/gh.css">-->
<script src="https://ghcg.lyova24.ru/static/gh.js"></script>
  • Replace YOUR_GITHUB_LOGIN with the GitHub Login of the user whose data you want to graph.

  • API Documentation