8000 GitHub - fkrs/jQuery-Github-Feed: jQuery Github Feed
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fkrs/jQuery-Github-Feed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-Github-Feed

This is a small and simple jQuery plugin to make github repositories, activity and gists widget

USAGE

<!-- 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>

SCREENSHOT

About

jQuery Github Feed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.0%
  • CSS 15.6%
  • HTML 4.4%
0