Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Showoff

This Javascript library shows off specified github repos (name, description, stats). To use, you'll first need to fetch:

Usage

First, load jQuery, timeago, and showoff:

<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.timeago.js" type="text/javascript"></script>
<script src="showoff.min.js" type="text/javascript"></script>

Then, specify the div you want to fill and the repos per username you want to show off. For instance, let's say I wanted to show off bmuller's sexmachine and bandit projects and LivingSocial's ankusa in the div named "repos":

<script type="text/javascript">
  $(function() {
    SHOWOFF.load('repos', { 'bmuller': [ 'bandit', 'sexmachine' ], 'livingsocial': [ 'ankusa' ] });
  });
</script>

This results in:

Example image

License

MIT License

About

A JS library that displays select github repos on your page

Resources

Stars

9 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages