last.charts
last.charts
Pie charts for your Last.fm stats.
It's live! Hosted via Render.com! (will take at least 30 sec. to wake up the server)
Key Tech: APIs, CSS, Flask, HTML, JavaScript, Python, Web Hosting
Project Goal:
Learn how to use APIs to access data, use 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