Jeffery Russell a50c999e4d | 4 years ago | |
---|---|---|
doc | 5 years ago | |
public | 4 years ago | |
routes | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 5 years ago | |
README.md | 4 years ago | |
gitGraph.service | 5 years ago | |
package.json | 4 years ago | |
run.sh | 5 years ago | |
server.js | 4 years ago |
Website for visualizing a persons github network.
If you are lucky, you can find the site live here;
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
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.