View your, or other peoples Flavortown statistics and generate a pretty card to showcase!
With the help of Flavortown's API, the back-end pulls general, and project information about the specified user. Then it proceeds to combine that information and return it as a structured JSON. This includes data like the users total votes, likes, comments, logged time, etc. After the front-end pulls that data from my API, the user gets a pretty overview and can download a card that is drawn by a HTML canvas and then exported as a PNG using the HTMLCanvasElement.toDataURL() method.
This project is obviously only possible due to the existence of Flavortown and its API.
This project is licensed under MIT.


