An open API service indexing awesome lists of open source software.

https://github.com/paulfedory/extv

Elixir API client for the TVDB
https://github.com/paulfedory/extv

api-client elixir tvdb

Last synced: 4 months ago
JSON representation

Elixir API client for the TVDB

Awesome Lists containing this project

README

          

# extv [![Build Status](https://travis-ci.org/paulfedory/extv.svg?branch=master)](https://travis-ci.org/paulfedory/extv) [![Hex.pm](https://img.shields.io/hexpm/v/extv.svg)](https://hex.pm/packages/extv)
Elixir API client for the TVDB

## Configuration

Add the following line to your `config.exs` file:

`config :extv, tvdb_api_key: ""`

## Usage
```
iex -S mix
iex(1)> ExTV.Series.by_id("")
```