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.

40 lines
851 B

5 years ago
  1. # Github-Graphs
  2. Website for visualizing a persons github network.
  3. ![Example Graph](./doc/graphExample.png)
  4. If you are lucky, you can find the site live
  5. [here](https://github-graphs.com/);
  6. # Built With
  7. - [BootStrap](https://getbootstrap.com/) CSS Framework
  8. - [jQuery](https://jquery.com/)
  9. - [Vis JS](http://visjs.org/)
  10. - [Github v3 API](https://developer.github.com/v3/)
  11. - [Node.js](https://nodejs.org/en/)
  12. ![javascript](./doc/javaScript.jpg)
  13. # Running
  14. Update your conf.json file to contain your preferred port and github
  15. api credentials.
  16. ```bash
  17. npm install
  18. ```
  19. ```bash
  20. node server.js
  21. ```
  22. # Contributing
  23. If you want to contribute to this project and don't know where to start,
  24. look at the open issues. Once you know what you want to work on,
  25. just discuss it in the issues and file a pull request. We are very open
  26. to new contributes.