Skip to content

A web app using github's graphql API to count repo created during a given period of time. May be used in a future github workshop

License

Notifications You must be signed in to change notification settings

Vertmo/repo-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-counter

A web app using Github's Graphql API to count repo created during a given period of time. May be used in a future Github workshop

What you need

  • npm
  • browserify, installed using npm install -g browserify

Usage

  • install the dependancies with npm install
  • place a config.js file in the ./src folder, containing :
module.exports = {
    token: "{token}"
}

Where {token} is a personal access token with access to the repo and user scopes.

  • browserify the set of js files using npm run browser
  • the app is ready ! You can view it by opening the index.html file with your favorite web browser, or use a fancy web server.
  • You must add a list of contestants using the file input. You must use the Github login, separated by line feeds. You must also set the Start time (beginning of the tracking) and the End time (end of the tracking).

About

A web app using github's graphql API to count repo created during a given period of time. May be used in a future github workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published