Skip to content

A simple javascript widget to provide a nice HTML list Github activity in a set of repositories

Notifications You must be signed in to change notification settings

senegalhistory/githubActivity.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

githubActivity.js

A simple activity monitor for a list of Github repositories.

Requirements

Usage

  1. Include jQuery and Underscore.js

  2. Include the githubActivity javascript and CSS files:

     <link rel="stylesheet" href="githubActivity.css">
     <script src="githubActivity.js"></script>
    
  3. Create an empty div tag for the widget, and initialize it with a list of repositories:

     <div id="github-activity" style="width: 400px"></div>
     <script>
       $('#github-activity').githubActivity({
         repos: ["okfn/dashboard", "okfn/openspending"]
       });
     </script>
    

About

A simple javascript widget to provide a nice HTML list Github activity in a set of repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published