What are the 20 most recent tracks added to WFMU's Free Music Archive?
WFMU's Free Music Archive makes a list of recently added tracks to its archive available at http://freemusicarchive.org/recent.jsonp. This visualisation calls in and displays that data using D3's force directed layout feature as well as this D3 JSONP plugin.
The artists are delineated via colour using a D3 categorical colour scale. Each node of the layout is also labelled.
The Free Music Archive is project by the freeform radio station WFMU. It provides a library of legal audio that anyone can download.
xxxxxxxxxx
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="d3.v3.js"></script>
<script src="d3.jsonp.js"></script>
<script src="wfmu.js"></script>
<article></article>
</body>