https://github.com/code-shoily/tmdbex
An Elixir wrapper for The Movie Database API
https://github.com/code-shoily/tmdbex
Last synced: 10 months ago
JSON representation
An Elixir wrapper for The Movie Database API
- Host: GitHub
- URL: https://github.com/code-shoily/tmdbex
- Owner: code-shoily
- Created: 2018-07-15T20:41:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T20:43:52.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T02:31:08.299Z (over 1 year ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tmdb
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tmdbex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tmdbex, "~> 0.1.0"}
]
end
```
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/tmdbex](https://hexdocs.pm/tmdbex).