Skip to content

seanabrahams/elixir-tmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDb

Elixir library for themoviedb.org's (tmdb) API.

This library is open source (MIT License) and welcomes contributions!

Installation

  1. Add movies to your list of dependencies in mix.exs:
  def deps do
    [{:tmdb, git: "https://github.com/seanabrahams/elixir-tmdb.git"}]
  end

You will need an account and API key from themoviedb.org.

  config :tmdb,
    api_key: "Your TMDb API key"

Usage

Tmdb.Search.movies("coherence") # Search for a specific movie
Tmdb.Search.tv("brain dead") # Search for a specific tv show

Tmdb.Movies.popular() # Movies that are currently popular
Tmdb.Movies.top() # Most highly rated movies regardless of release date

About

Elixir library for themoviedb.org (tmdb)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages