BlipTV API In Ruby
I recently needed to do some work for a client to integrate their site with blip. The blip tv wiki points ruby developers to a decent project. However, my needs were a lot more intricate than what the current gem covers. I forked the project and added in the functionality that I needed (as is the case for most open source needs). Along the way, I found out that bliptv has a json api. I couldn’t resist and converted the bliptv gem to leverage the json api. Probably a faux pas, but it is faster than rss/xml parsing. ...