GitSearch is an web application allowing to search an GitHub project and to get the following stats :
- The list of contributors
- The impact of every contributor based on the last 100 commits
- A timeline showing the commits and also based on the last 100 commits
To compile this project, you need to have Ocaml plus the following packages :
- ocamlfind
- ocamlc/ocamlopt
- yojson
- js_of_ocaml
- js_of_ocaml.syntax
- camlp4o
To install these packages, you can install them with OPAM. Enter the following commands :
- opam install ocamlfind
- opam install js_of_ocaml
- opam install yojson
- opam install camlp4o
Enter the following command in your terminal :
$ make
Open in a web browser the file index.html (located in www)