extv 
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>")
Elixir API client for the TVDB
Add the following line to your config.exs file:
config :extv, tvdb_api_key: "<your api key>"
iex -S mix
iex(1)> ExTV.Series.by_id("<id from theTVDB.com>")