PureScript bindings for the Official SoundCloud Javascript SDK.
It doesn't really work and I don't know how to fix the authentication issue. Also, this: soundcloud/soundcloud-javascript#47
This guide assumes you already have Node.js, psc-package or Bower installed
with npm and bower somewhere on your path.
Using psc-package:
psc-package install soundcloudUsing bower:
bower i --save purescript-soundcloudClone the repo, step into it and install the dependencies:
$ npm iBower dependencies will be installed automatically.
The project can now be built with:
$ npm run buildor just:
$ makeUpdate version in bower.json and then run:
make release v=x.x.xFor more info read the pulp docs.