soundcloud-node
v0.0.10
Published
SoundCloud API + Node.js
Downloads
5
Readme
Soundcloud-node
Provides seamless modular support for working with SoundCloud and Nodejs
Enhanced so you need to do less
SoundCloud APIs
- Connection + Authorize User
- OAuth Authorization
- General GET, PUT, POST and DELETE request
Usage
Get OAuth token
Get User
After authenticating you can easily get the user object
Initiate Client with OAuth Token
Get users favorite tracks
Or if the user id is set, it will automatically parse {id} into your user_id
Support
- Application Setup - http://developers.soundcloud.com/docs/api/guide#authentication
- Error Codes - http://developers.soundcloud.com/docs/api/guide#errors
To Install
NPM
- Run: npm install soundcloud-node -g
Github
- Run: git clone [email protected]:maruf89/soundcloud-node.git