rottentom
rottentom is a simple ruby wrapper for the Rotten Tomatoes API based on HTTParty using Hashie::Mash
Install
gem install rottentomUsage
require 'rottentom'
RT::API.api_key = "#{your_api_key}"
upcoming_dvds = RT::DVD.upcoming
# => results
RT::DVD.current
RT::DVD.new_releasesCopyright
Copyright (c) 2014 Cody Barr. See LICENSE.txt for further details.