soundcloud node npm

可紊 提交于 2019-12-22 20:02:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!