Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
/ jQueryGithub Public archive

jQuery plugin for showing you last github commit on your website

Notifications You must be signed in to change notification settings

flocks/jQueryGithub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQueryGithub

Just a little plugin for displaying your last commits on your website.

<html>
  <head>
		<script type="text/javascript" src="jquery.js"></script>
		<script type="text/javascript" src="jquery-github.js"></script>
		<script type="text/javascript">
			$('document').ready(function() {
				$('#jquery-github').githubCommits("flocks", "Cornelien", 7, 'My Commits');
			});
		</script>

		<link href="style.css" rel="stylesheet" media="all" type="text/css"> 


	</head>
	<body>
		
		<div id="jquery-github">
		</div>

		
	</body>
</html>

Alt text

Todo :

  • Make the script AMD compatible
  • improve CSS
  • Add more options

About

jQuery plugin for showing you last github commit on your website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published