Website for visualizing a persons github network.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Jeffery Russell d1d09772d8 Updated the readme documentation. 7 anni fa
doc Updated the readme documentation. 7 anni fa
public Merge remote-tracking branch 'origin/master' 7 anni fa
routes Got the base graph functionality working. 7 anni fa
.gitignore Starter html and page templating 7 anni fa
LICENSE Initial commit 7 anni fa
README.md Updated the readme documentation. 7 anni fa
conf.json created a basic demo config to demonstrate what people should put in their configuration. 7 anni fa
configManager.js Got github's api to work by passing it through out backend. 7 anni fa
fileIO.js Created basic utilities for interacting with node js. 7 anni fa
package.json Added memory cache dependency to the repository. 7 anni fa
server.js Got the base graph functionality working. 7 anni fa

README.md

Github-Graphs

Website for visualizing a persons github network.

Example Graph

If you are lucky, you can find the site live here;

Built With

javascript

Running

Update your conf.json file to contain your preferred port and github api credentials.

npm install
node server.js

Contributing

If you want to contribute to this project and don't know where to start, look at the open issues. Once you know what you want to work on, just discuss it in the issues and file a pull request. We are very open to new contributes.