0.0
No commit activity in last 3 years
No release in over 3 years
An object-oriented Ruby wrapper for the Rotten Tomatoes API http://api.rottentomatoes.com/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 2.0
~> 1.6

Runtime

~> 1.1.0
 Project Readme

Memo Tomato

This gem is an object-oriented Ruby wrapper for the Rotten Tomatoes API http://api.rottentomatoes.com/

Build Status Dependency Status

Installation

Install the latest stable release:

[sudo] gem install memo_tomato

In Rails, add it to your Gemfile:

gem 'memo_tomato'

How to use it?

First you have to create a client with your api key

client = MemoTomato::Client.new(:key => "abcd1234")

client.search("Star Wars") # Search for movies
client.movie_info("771271134") # Get movie info
client.similar_movies("771271134") # Get similar movies
client.upcoming_movies # Get upcoming movies