Sha256: b31e72ccf7f0655812278365deff4b9a469293f586f12e8ec47937da0270b281
Contents?: true
Size: 368 Bytes
Versions: 1
Compression:
Stored size: 368 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 ``` ## Copyright Copyright (c) 2014 Cody Barr. See LICENSE.txt for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rottentom-0.2.0 | README.md |