TheTVDB Build Status

This library provides access to TheTVDB API.

Documentation can be found here.

Installation

Add the following to your mix.exs:

def deps do
[{:thetvdb, "~> 1.1.0"}]
end
def applications do
[applications: [:thetvdb]]
end