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
- Clone this repo with
git clone https://github.com/dabreadman/Github-API-Visualization
- Open
index.html
on any browser (Chrome, Firefox, etc). - Enter Github login, personal access token (documentation here) and press submit.
- 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