An open API service indexing awesome lists of open source software.

https://github.com/samsamskies/queer-quote

A widget that displays shareable quotes along with OutLoud Radio's Soundcloud podcast files.
https://github.com/samsamskies/queer-quote

Last synced: about 1 month ago
JSON representation

A widget that displays shareable quotes along with OutLoud Radio's Soundcloud podcast files.

Awesome Lists containing this project

README

          

##Queer-Quote
Created for outLoud Radio. An interactive widget that syncs the audio from a podcast with the text from a transcript. At any point during playback, the current text or quote can be converted into an image, with customizable colors, and then shared to facebook.

Not only does this make the audio more *accessible*, but our hope is that it will drive user engagement and make ouLoud Radio more *visible* on social media.

[Demo it here](http://samsamskies.github.io/Queer-Quote/)

####Technologies:
* SoundCloud
* Popcorn.js
* A custom [.srt to json](https://github.com/nathanallen/srt-to-json-api/) transcript file converter
* Canvas2Image.js
* JSColor.js
* Bootstrap
* jQuery

####Development:
In development, run a local server, for instance:

```
python -m SimpleHTTPServer
```