Hraesvel / spadefish_gitapp

A web app for visualizing your code language use frequency on GitHub using their API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐟 Spadefish 🐟

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.

πŸƒ Getting Started

⚠️ Prerequisites

  • Must have git installed

  • Must have repository cloned

  • Must have python3 installed

$ sudo apt-get install git
$ sudo apt-get install python3

πŸ“˜ Authors

πŸ” License

This project is licensed under the MIT License - see the LICENSE.md file for details

πŸ“£ Acknowledgments

  • Holberton School (providing guidance)

About

A web app for visualizing your code language use frequency on GitHub using their API

License:MIT License


Languages

Language:CSS 88.9%Language:Python 5.3%Language:HTML 4.2%Language:JavaScript 1.1%Language:Dockerfile 0.5%Language:Shell 0.1%