问题
Is there an official or "blessed" Node.js NPM module for interacting with SoundCloud.
There are a few wrapper API's around. I'm wondering whether there is a favoured one by the community.
Thanks.
回答1:
There is one.
https://github.com/podviaznikov/soundcloud-node
npm install soundcloud
回答2:
there is NOT a blessed module for node.js. There is a decent pacakge here: https://github.com/khilnani/soundclouder.js/blob/master/lib/soundclouder.js
It's currently maintained but still pretty basic
回答3:
I just updated my own Soundcloud NodeJS Api-Wrapper Package: https://www.npmjs.com/package/soundcloud-nodejs-api-wrapper
You can do server side only API communication, which includes data manipulation on the account for the given credentials. No user permission popup window is needed.
So far I did not found any other package for nodejs supporting this.
来源:https://stackoverflow.com/questions/13025654/soundcloud-node-npm