Who doesn't love pie charts?
It's live via Render.com! (will take at ~30 sec. to wake up the server)
Key Tech: APIs, CSS, Flask, HTML, JavaScript, Python, Web Hosting
Date: Spring 2020
Project Goal
Learn how to use APIs to access data, JavaScript libraries, and host a webapp.
What It Does
Last.charts transforms Last.fm users' listening statistics into pie charts by top artists and albums listen to over various periods of time.
How It Works
Last.chart's backend is written in Python and uses Flask to render pages and transfer data between the HTML page and Python.Â
Uses the Last.fm API to access users' listening data
Uses the Google Charts JavaScript library to generate the visuals
Uses pure HTML and CSS for page formatting and layout