All Projects → ricardobeat → github-repos

ricardobeat / github-repos

Licence: other
Widget to show off your Github Repositories.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
coffeescript
4710 projects

jQuery Github Repos

Github Repo Demonstration

Usage

Use the github-widget class and create an attribute called data-repo:

<div class="github-widget" data-repo="jquery-boilerplate/boilerplate"></div>

Include jQuery:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

Include this jQuery plugin:

<script src="jquery.github.repos.min.js"></script>

Call the plugin:

<script>
  $('.github-repos').githubRepos();
</script>

And that's it \o/

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • v0.3 January 13, 2013
    • Added live demo
    • Replaced single images for a sprite
    • Added minified version
  • v0.2 September 11, 2012
    • Code wrapped into a jQuery plugin
    • Demonstration page created
  • v0.1 September 10, 2012
    • Initial commit

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].