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.
 
 
 
jrtechs 1aac397daa Updated the front end to use the new friends backend api route 4 years ago
doc Updated the readme documentation. 5 years ago
public Updated the front end to use the new friends backend api route 4 years ago
routes Improved pagination by setting return size to 100 rather than default 20. Improved friend api structure. 4 years ago
.gitignore Updated .gitingore and Readme.md for using .env 4 years ago
LICENSE Initial commit 5 years ago
README.md Updated readme 4 years ago
gitGraph.service Created systemd run script for application. 5 years ago
package.json Add dotenv to package.json 4 years ago
run.sh Created systemd run script for application. 5 years ago
server.js Implement dotenv and fixed express deprecation errors 4 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

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.