/GitHubScore

This is a web app that allows users to enter their Github username to display metrics about their number of repos, stars, followers, etc and how they visually compare to other users on average. This is built with Python, Flask, Sqlite, JavaScript, and D3.js. Still a work in progress

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

GitHub Score

By Nick Chinn nwchinn@gmail.com

Overview

This project allows users to enter a github username and it will return info on them along with displaying their rank compared to other users in the DB and will update the D3.js graphic. It uses Flask to display the server-side dynamic pages.

Commands

Activate file in order to be able run the start scripts(ghsrun & ghsdb) $ chmod +x bin/all

Start app w/ DB $ ./bin/ghsrun

Create DB $ ./bin/ghsdb