Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WBEZ meetings audio to school pages #36

Open
shua123 opened this issue Apr 30, 2013 · 1 comment
Open

Add WBEZ meetings audio to school pages #36

shua123 opened this issue Apr 30, 2013 · 1 comment

Comments

@shua123
Copy link
Collaborator

shua123 commented Apr 30, 2013

We would need to manually associate audio to schools. There is a soundcloud gem or javascript?

https://soundcloud.com/wbez/sets/cps-public-meetings-hearings

@ghost
Copy link

ghost commented May 2, 2013

I used SoundCloud's /resolve endpoint to figure out the playlist id. You can get the playlist in json format by sending a GET request to this URL: http://api.soundcloud.com/playlists/4863959.json?client_id=YOUR_SOUNDCLOUD_CLIENT_ID

It responds with all of the tracks and their information as well. You can get a client ID by signing up as a developer on SoundCloud and registering a new application. There are SDKs for Javascript and for Ruby

That's all I've got for now, hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant