ExTmdb
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding ex_tmdb to your list of dependencies in mix.exs:
def deps do
[
{:ex_tmdb, "~> 0.1.0"}
]
endConfiguration
This checks for the (v3 auth) API key in TMDB which can be found here.
After getting an API key, create the appropriate configuration file as shown in config/secret_example.exs.
The file name should be based on your environment, so dev should be config/dev.secret.exs and production
should be config/prod.secret.exs.
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_tmdb.