Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.35 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.35 KB

Github-API-Visualization

Access Github API and visualize data using D3.js written with Javascript.
Access webpage here

Data shown:

  • Mutual following ranking in social space of 1
  • Repository count ranking in social space of 1

Use

  1. Clone this repo with git clone https://github.com/dabreadman/Github-API-Visualization
  2. Open index.html on any browser (Chrome, Firefox, etc).
  3. Enter Github login, personal access token (documentation here) and press submit.
  4. Colors Bar button would highlight entered login and show data (relative ranking and value).

Note: It would take ~8-20 seconds to render depending on metric size. Only the first 500 entries of each login's followers, following, and repos will be taken, this would results in inaccurate metric especially mutual followers if a login exceeded that constrain.

Forked from curran