Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 693 Bytes

File metadata and controls

21 lines (12 loc) · 693 Bytes

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