Website for visualizing a persons github network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jeffery Russell 1405bcab9e Created more robust checks for if the organizations exists. 5 years ago
doc Updated the readme documentation. 5 years ago
public Created more robust checks for if the organizations exists. 5 years ago
routes Memory improvements to the project. 5 years ago
.gitignore Creation of a single page for branching to the other graph pages, still needs visual work and functionality flushed out. 5 years ago
LICENSE Initial commit 5 years ago
README.md Updated the readme documentation. 5 years ago
conf.json created a basic demo config to demonstrate what people should put in their configuration. 5 years ago
configManager.js Improved security of web server. 5 years ago
fileIO.js Created basic utilities for interacting with node js. 5 years ago
package.json Added memory cache dependency to the repository. 5 years ago
server.js Got the base graph functionality working. 5 years ago

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.