Skip to content

A simple web application to get informations about GitHub directories

Notifications You must be signed in to change notification settings

alifirat/GitSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 

Repository files navigation

Description

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
.

Requirements

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

Compilation

Enter the following command in your terminal :

$ make

Execution

Open in a web browser the file index.html (located in www)

About

A simple web application to get informations about GitHub directories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages