Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 566 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 566 Bytes

Uses JavaScript to fetch the most recently listened to tracks that I scrobble from Last.FM

  1. Get an API key from Last.FM.
  2. Put the API key and your username in lastFM.js.
  3. Place a <div id="recenttracks"></div> or <div id="topartists"></div> wherever in your HTML.
  4. Done. Go enjoy some tunes.

TODO:

  1. display more methods
  2. fix duplicate track problem
  3. auto-refresh doesn't seem to work right?