https://github.com/corroded/ex_tmdb
https://github.com/corroded/ex_tmdb
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/corroded/ex_tmdb
- Owner: corroded
- License: mit
- Created: 2018-10-10T20:18:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T20:31:13.000Z (over 7 years ago)
- Last Synced: 2025-03-01T11:07:06.965Z (over 1 year ago)
- Language: Elixir
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExTmdb
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_tmdb` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_tmdb, "~> 0.1.0"}
]
end
```
## Configuration
This checks for the (v3 auth) API key in TMDB which can be found [here](https://www.themoviedb.org/settings/api).
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](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_tmdb](https://hexdocs.pm/ex_tmdb).