Website for visualizing a persons github network.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Peter Morgan ba274af5fb Updated readme il y a 5 ans
doc Updated the readme documentation. il y a 6 ans
public Reorganized style.css il y a 5 ans
routes Implement dotenv and fixed express deprecation errors il y a 5 ans
.gitignore Updated .gitingore and Readme.md for using .env il y a 5 ans
LICENSE Initial commit il y a 6 ans
README.md Updated readme il y a 5 ans
gitGraph.service Created systemd run script for application. il y a 6 ans
package.json Add dotenv to package.json il y a 5 ans
run.sh Created systemd run script for application. il y a 6 ans
server.js Implement dotenv and fixed express deprecation errors il y a 5 ans

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.