Website for visualizing a persons github network.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
jrtechs 8aac54d458 Improved pagination by setting return size to 100 rather than default 20. Improved friend api structure. 5 年前
doc Updated the readme documentation. 6 年前
public Reorganized style.css 5 年前
routes Improved pagination by setting return size to 100 rather than default 20. Improved friend api structure. 5 年前
.gitignore Updated .gitingore and Readme.md for using .env 5 年前
LICENSE Initial commit 6 年前
README.md Updated readme 5 年前
gitGraph.service Created systemd run script for application. 6 年前
package.json Add dotenv to package.json 5 年前
run.sh Created systemd run script for application. 6 年前
server.js Implement dotenv and fixed express deprecation errors 5 年前

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

Create a .env file with the code below filled in.

CLIENT_ID = <your_github_username>
CLIENT_SECRET = <your_generated_personal_access>
SESSION_SECRET = <any_string_you_want>
PORT = <any_number>
npm install
node server.js

Contributing

We are very open to new contributors. 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, comment on the issue and file a pull request.