SoundCloud Track Uploader/Deleter
I need a simple JavaScript script written using nodeJS. Apparently NPM can easily be accessed using the official soundcloud library.
I actually have an old Ruby script that does roughly the same thing, which you can look at for reference if it's helpful. Just don't copy it exactly as it has issues, hence the need for this new one.
To explain a little more about my project and my needs: my application is written in Max/MSP which has native integration with JavaScript, in particular nodeJS via the Node for Max environment (https://cycling74.com/articles/node-for-max-intro-%E2%80%93-let%E2%80%99s-get-started). But it can be done any way that works, as long as
- the authentication and login can be done automatically, so the user doesn't have to enter their credentials every time
- the user doesn't have to manually install anything, like a specific JavaScript library. NPM packages can be installed programmatically with Node for Max, but if this requirement can be fulfilled in another way, that's fine too.

