This is a small and simple jQuery plugin to make github repositories, activity and gists widget
<!-- Include Octicons --> <link href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css" rel="stylesheet"><!-- Custom Github Feed style --> <link type="text/css" rel="stylesheet" href="src/github-feed.css" />
<!-- Demo --> <div class="anu"></div>
<!-- Include jQuery --> <script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Include jQuery Github Feed--> <script src="src/github-feed.js"></script>
<script> $(document).ready(function(){
// Setting $(".anu").githubfeed( username = "bachors", // your github username sort = "updated" // Can be one of created, updated, pushed, full_name. ); }); </script>