Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

TimButokawa/find-soundcloud-things

Repository files navigation

Find Soundcloud Things

todo: description


npm install
bower install
gulp serve to serve develop locally
gulp serve:dist to serve build locally
gulp test to run unit tests
note: add a copy of the fonts folder to src as a workaround to see fonts when running gulp serve.
fonts are currently only accessible from dist with gulp-angular. for more workarounds and more information
check out Swiip/generator-gulp-angular#637 (comment).


client ID

Add a client id to the client-id.constant.js file

.constant('CLIENT', {
    // provide soundcloud api client id
    ID: ''
});

You can obtain a client id by registering your app.
Visit: https://developers.soundcloud.com/ for details.
API reference here: https://developers.soundcloud.com/docs/api/reference

About

Soundcloud API with AngularJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published