Skip to content

RavenDuffy/GitHub-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Stats


What is this project?

This project captures the information from Github accounts to generate an embeddable .svg image which can be used anywhere! Unlike other implementations, this repo lets the user login to their account which allows access to private repositories ensuring a more accurate system.

Structure

Codebase Description
stats_back Nodejs REST API
stats_front React Frontend

Note to Developers

If you'd like to fork or further develop this repo there are a few prerequisites listed in the next section.

Getting setup

  1. Please ensure you have Mongodb on your system
  2. After cloning, make sure to run npm install in both the stats_back and stats_front directories (the majority of dependancies are installed as devDependancies so it may be worth running npm install --only=dev in addition to npm install)
  3. Backend scripts run using ts-node so make sure to install that globally using npm i -g ts-node ts-node-dev

About

Get your github stats to be used in various ways.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published