Skip to content

Jauny/tvdb_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The TVDB.com Ruby Gem

This gem allows you to do simple queries on thetvdb.com database for your ruby/rails project.

Let me know if you find any bugs or need more methods!

This is my first gem, be nice :D

TVDB_Ruby on rubygems.org

Documentation

First install the gem

gem install tvdb_ruby

or if in rails put in Gemfile

gem 'tvdb_ruby'
bundle install

Methods

Search series on the database with keywords

TVDB_Ruby.search_series(search)

Get a serie from its id

TVDB_Ruby.search_by_id(id)

Get a serie from its IMBD ID

TVDB_Ruby.search_imdb(imdb_id)

Get an episode from its air date

TVDB_Ruby.search_by_airdate(series_id, date)

Todo

  • More methods
  • Better usability/flexibility
  • Add user's API key (tvdb_ruby's API atm)
  • Write tests

About

Ruby gem for TheTVDB.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages