Skip to content

Data Visualisation using Vanilla JS with data from GitHub API

Notifications You must be signed in to change notification settings

dabreadman/Github-API-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published