Project

memo_rage

0.0
No commit activity in last 3 years
No release in over 3 years
An object-oriented Ruby wrapper for the TVRage API http://services.tvrage.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

 Project Readme

Memo Rage

An object-oriented Ruby wrapper for the TVRage API http://services.tvrage.com

Installation

gem install memo_rage

How to use it?

First you have to create a client with your api key

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

You can search tv shows with

client.search("NAME OF THE TV SHOW")

Get show info with

client.show_info("THE ID OF THE SHOW")

Get show episode list

client.episode_list("THE ID OF THE SHOW")