Created
December 29, 2015 05:36
-
-
Save anthonyshort/d7c7c4dff3a3d3db2a03 to your computer and use it in GitHub Desktop.
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
badge(options, song => { | |
// { | |
// "icon": 'https://developers.soundcloud.com/assets/logo_black.png', | |
// "image_url": "user or artwork url", | |
// "song_title": "Hello", | |
// "song_url": "x", | |
// "artist_name": "x", | |
// "artist_url": "x", | |
// "stream_url": "http://soundcloud.com/song/x?client_id=1212212" | |
// } | |
// build element, insert CSS, read template etc. | |
}) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment