starthq / search

Search provider API docs & integration implementations.
https://starthq.com
32 stars 26 forks source link

SoundCloud #14

Open olegp opened 10 years ago

olegp commented 10 years ago
ramkumargithub commented 10 years ago

Hi,

I have created the soundCloud.js file, please verify it. Here are some findings that I noticed

1) PageSource for this link "https://soundcloud.com/search/people?q=rahman" does not provide actual content of the files/sourceLinks. So I have used "https://api.soundcloud.com/playlists?client_id=YOUR_CLIENT_ID&q=rahman"

2) The api.soundcloud.com is a public Rest API provided by the SoundCloud for developers. I have used this in another mobile application project.

3) I am not quite sure if the tags for parsing the JSON request, that I have used are correct. But if I am able to run it on the server I could fix the minor corrections (may be needed)

Thanks, Ram kumar

olegp commented 10 years ago

Please see my comments on the pull request: https://github.com/starthq/search/pull/90