Skip to content

kodebanget/music-snitch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-snitch

Shows the music you are currently scrobbling.

Installation

  1. Create a Last.fm app and grab the public API Key.
  2. Load the music.snitch.js file in your HTML page.
  3. Add a custom element in your HTML where you want the snitch to appear:
<music-snitch data-username="LASTFM_USERNAME" data-key="PUBLIC_API_KEY"></music-snitch>

Have a look at the index.html included in this repository to learn how to customize the style.

To-do

  • animate if currently playing

About

Shows the music you are currently scrobbling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 66.3%
  • CSS 21.3%
  • HTML 12.4%