Website for visualizing a persons github network.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
Soroush d428b03c4c Issue #5 fixed 6 年前
doc Updated the readme documentation. 6 年前
public Issue #5 fixed 6 年前
routes Minor performance improvements. 6 年前
.gitignore Creation of a single page for branching to the other graph pages, still needs visual work and functionality flushed out. 6 年前
LICENSE Initial commit 6 年前
README.md Updated the readme documentation. 6 年前
conf.json created a basic demo config to demonstrate what people should put in their configuration. 6 年前
configManager.js Improved security of web server. 6 年前
fileIO.js Created basic utilities for interacting with node js. 6 年前
gitGraph.service Created systemd run script for application. 6 年前
package-lock.json Redesign home page 6 年前
package.json Added memory cache dependency to the repository. 6 年前
run.sh Created systemd run script for application. 6 年前
server.js Got the base graph functionality working. 6 年前

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.