Skip to content

paulfedory/extv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extv Build Status Hex.pm

Elixir API client for the TVDB

Configuration

Add the following line to your config.exs file:

config :extv, tvdb_api_key: "<your api key>"

Usage

iex -S mix
iex(1)> ExTV.Series.by_id("<id from theTVDB.com>")