soundcloud-api-wrapper

0.1.0 • Public • Published

soundcloud-api-wrapper

Sound Cloud API Wrapper

Getting Started

Install the module with: npm install soundcloud-api-wrapper

var soundcloud_api_wrapper = require('soundcloud-api-wrapper');
soundcloud_api_wrapper.getTracks(callback); // "a list of tracks"

Documentation

(Coming soon)

Examples

See tests. Currently covered:

    GET     /tracks
    GET     /tracks/{id}
    GET     /tracks/{id}/comments
    GET     /tracks/{id}/favoriters
    GET     /tracks/{id}/shared-to/users
    GET     /tracks/{id}/shared-to/emails
    GET     /tracks/{id}/secret-token
    GET     /users
    GET     /users/{id}
    GET     /users/{id}/tracks
    GET     /users/{id}/comments
    GET     /users/{id}/playlists
    GET     /users/{id}/groups
    GET     /users/{id}/followers
    GET     /users/{id}/favorites
    GET     /users/{id}/web-profiles

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 Meshach Jackson
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i soundcloud-api-wrapper

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • meshachjackson