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
- npm
- browserify, installed using
npm install -g browserify
- 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).