Project

rottentom

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby wrapper for the Rotten Tomatoes API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.0.1
~> 3.12

Runtime

>= 0
>= 0
 Project Readme

rottentom

rottentom is a simple ruby wrapper for the Rotten Tomatoes API based on HTTParty using Hashie::Mash

Install

gem install rottentom

Usage

require 'rottentom'

RT::API.api_key = "#{your_api_key}"

upcoming_dvds = RT::DVD.upcoming
# => results

RT::DVD.current
RT::DVD.new_releases

Copyright

Copyright (c) 2014 Cody Barr. See LICENSE.txt for further details.