Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 444 Bytes

SoundChain

A HTML, JS, CSS queue for the SoundCloud API.

  • HTML 5
  • Bootstrap 3
  • AMD pattern with RequireJS
  • BackboneJS
  • LocalStorage API
  • Bookmarklet support to use on SoundCloud.com
  • Code:
javascript:if(!location.href.match('//soundcloud.com/')) { alert('Please bookmark and use when on SoundCloud.com'); return false; } window.open('http://sc.shql.org/#bookmarklet/'+encodeURIComponent(location.href), '_blank')