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
- Host: GitHub
- URL: https://github.com/paulfedory/extv
- Owner: paulfedory
- License: mit
- Created: 2016-11-30T22:35:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T02:17:53.000Z (over 8 years ago)
- Last Synced: 2025-10-21T17:50:38.610Z (8 months ago)
- Topics: api-client, elixir, tvdb
- Language: Elixir
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# extv [](https://travis-ci.org/paulfedory/extv) [](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("")
```