Skip to content

GitHub Radiator

Semih edited this page May 3, 2017 · 3 revisions

GitHub radiator is a simple JavaScript application that shows statistics about given GitHub repositories. These statistics are;

  • Number of commits done last month
  • Number of commits done last week
  • Number of commits done today
  • Time passed since the last commit

Screenshot

Setting up the radiator

  1. Fork the radiator repository which can be found here
  2. Modify the address variable in the code.js file to the newly forked repository of yours
  3. Add configuration files to projects folder for repositories which you want to display on radiator. Examples and a template file template.json can be found in the projects folder.

Some known issues

  • An entry on the radiator might disappear right after a commit. It will come back after some seconds :)
  • Default font is Comic Sans and it is intentional.

The Pipeline

Radiators

Clone this wiki locally