Uses JavaScript to fetch the most recently listened to tracks that I scrobble from Last.FM
- Get an API key from Last.FM.
- Put the API key and your username in lastFM.js.
- Place a
<div id="recenttracks"></div>
or<div id="topartists"></div>
wherever in your HTML. - Done. Go enjoy some tunes.
- display more methods
- fix duplicate track problem
- auto-refresh doesn't seem to work right?