Skip to content

Bulliby/GitGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github traffic viewer

Get the traffic summary of your public github repositories. You can see :

  • referrer
  • unique clones
  • unique views

This is a full front-end application who simply rely on Github API as back.

You can see it at gitgraph.wellsguillaume.fr.

It also rely on a PHP server who handle the authentication process. This is a docker container that you can find : here on dockerhub with his dockerfile : here

screenshot of Single Page Application

Installation

  • npm install
  • npm run build_prod