Spadefish is a web application that was developed in 24 hours by a team of seven engineering students at Holberton School. In this time we built a working frontend and backend, as well as deployed it to the cloud using a dockerized enviornment running on an Ubuntu VM.
Spadefish is a tool to create a graph based on your github activity. Using Github OAUTH we connect with your github and pull information regarding your language commit history. We then format this data into a graph for the user to see.
-
Ubuntu 16.04 LTS - Operating system req'd.
-
Python 3.5+ - Python version used.
-
Docker 18 CE - Docker version used.
-
Must have
git
installed -
Must have repository cloned
-
Must have
python3
installed
$ sudo apt-get install git
$ sudo apt-get install python3
- Brennan D Baraban - @bdbaraban
- Christopher Choe - @christopherchoe
- Angie Delgado - @seleniadelgado
- Bennett Dixon - @BennettDixon
- Jack Gindi - @jmgindi
- Fernando Gonzalez-Morales - @fgonza52
- Wescott Sharples - @wescottsharples
- Martin Smith - @Ostoyae
- Alex Yu - @AlexYu01
This project is licensed under the MIT License - see the LICENSE.md file for details
- Holberton School (providing guidance)