Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 609 Bytes

File metadata and controls

18 lines (13 loc) · 609 Bytes

github-browser

Simple project to test Github Rest API.

What can you do with this web app:

  • Search for project.
  • See project's committer, their contribution for the last 100 commits.
  • See project's activity timeline for the last 100 commits.

To run the project:

  • Install Java 8.
  • Launch at the root of the project :
$ ./activator run
  • If after some queries, the web app stop working, it's due to Github quota for anonymous request, you should set your github account in conf/application.conf for bigger quota. See here for more details.