Sha256: 82306fdf9c5bb11216496576f023112f1a4d7c657aa6270885d67f16b6acb15d

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 Bytes

Contents

# rottentom

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

## Install

```ruby
gem install rottentom
```

## Usage

```ruby
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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rottentom-0.3.1 README.md
rottentom-0.3.0 README.md