node-soundcloud icon indicating copy to clipboard operation
node-soundcloud copied to clipboard

node.js wrapper for the Soundcloud SDK

Results 5 node-soundcloud issues
Sort by recently updated
recently updated
newest added

Hello, I'm building an Electron app that takes advantage of the SoundCloud API and this Library. The only problem is that SoundCloud seems to not play nicely with Electron. I've...

``` throw err; ^ [object Object] ``` You should always use actual `Error` objects.

Hi, I was wondering if you'd consider adding (or know how I can modify my end) authorisation for a single user with given username and password? As mentioned here under...

I'm getting a `401 - Unauthorized` on POST request to the '/tracks' route. I'm trying to upload a track to my Soundcloud profile. Any idea why this wouldn't be working?...

I am not entirely sure if this is with the soundcloud API or this library but I found that ``` SC.get('/tracks', { q: searchQuery, bpm: { from: 100 }, streamable:...