Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 364 Bytes

README.markdown

File metadata and controls

14 lines (9 loc) · 364 Bytes

tvdb

Ruby wrapper for accessing TV shows information from the TheTVDB API.

Example

require 'tvdb'
client = TVdb::Client.new('my_api_key')
results = client.search('The Big Bang Theory')
client.serie_in_language(results.first, 'fr')

Copyright

Copyright (c) 2009 Álvaro Bautista, released under MIT license