Website for visualizing a persons github network.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Jeffery Russell 648625128f Fixed error with promise error rejection. il y a 6 ans
doc Updated the readme documentation. il y a 6 ans
public Fixed error with promise error rejection. il y a 6 ans
routes Fixed error with promise error rejection. il y a 6 ans
.gitignore Starter html and page templating il y a 6 ans
LICENSE Initial commit il y a 6 ans
README.md Updated the readme documentation. il y a 6 ans
conf.json created a basic demo config to demonstrate what people should put in their configuration. il y a 6 ans
configManager.js Got github's api to work by passing it through out backend. il y a 6 ans
fileIO.js Created basic utilities for interacting with node js. il y a 6 ans
package.json Added memory cache dependency to the repository. il y a 6 ans
server.js Got the base graph functionality working. il y a 6 ans

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.