This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Hacky last.fm Now Playing | |
// by Zack Fernandes (zackfern.me) April 2013 | |
// | |
// Instructions: | |
// - Install jQuery, if you don't have it already. | |
// - Create a last.fm API key and set the api_key variable. | |
// - Set the username variable to your last.fm username. | |
// - Add something with the ID of now_playing in your site. | |
// - Include this script and enjoy. | |
// |