soundcloud node npm

我怕爱的太早我们不能终老 提交于 2019-12-06 05:00:57

There is one.

https://github.com/podviaznikov/soundcloud-node

npm install soundcloud

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

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.

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