scatter.fm icon indicating copy to clipboard operation
scatter.fm copied to clipboard

Visualise ALL of your last.fm listening history.

Scatter.FM

Source code for https://scatterfm.markhansen.co.nz/, a scatterplot visualization of Last.FM scrobbles. Date on x-axis, time on y-axis.

Development

Start compiling TypeScript to JavaScript:

$ tsc --watch

Run a web server:

$ cd public/
$ python3 -m http.server

Deploy

Happens automatically on merge