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 soundcloud
Using bower:
bower i --save purescript-soundcloud
Clone the repo, step into it and install the dependencies:
$ npm i
Bower dependencies will be installed automatically.
The project can now be built with:
$ npm run build
or just:
$ make
Update version in bower.json
and then run:
make release v=x.x.x
For more info read the pulp docs.