soundcloud-mini
v0.0.1
Published
A small soundcloud API library
Downloads
2
Readme
soundcloud-mini
This a tiny soundcloud API. Why?
Well when I was making vertexshaderart I had 2 issues
- the 3.0 SDK doesn't work in Safari
- the 2.0 SDK uses flash (or at least initializes it - shows up in URL bar on Chrome)
So, wrote my own replacement. It just supports SC.initialize
and SC.get
. That's it
Building
git clone
npm install
npm build