Package

purescript-soundcloud

Repository
vyorkin/purescript-soundcloud
License
MIT
Uploaded by
vyorkin
Published on
2019-05-29T16:29:40Z

CircleCI Maintainer: vyorkin

PureScript bindings for the Official SoundCloud Javascript SDK.

Warning

It doesn't really work and I don't know how to fix the authentication issue. Also, this: soundcloud/soundcloud-javascript#47

Prerequisites

This guide assumes you already have Node.js, psc-package or Bower installed with npm and bower somewhere on your path.

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.

Building

The project can now be built with:

$ npm run build

or just:

$ make

Releasing

Update version in bower.json and then run:

make release v=x.x.x

For more info read the pulp docs.