Elixir library for querying TV show data. Currently relies on the so-far-excellent TVmaze.com API.
Currently providing the most basic show information per my needs at the moment.
-
Add tv to your list of dependencies in
mix.exs
:def deps do [{:tv, git: "https://github.com/seanabrahams/tv.git"}] end
Tv.Show.find("game of thrones")
Tv.Show.find(tvmaze_id: 82)
- doctests
- Include schedule
- Episode find
- Episode struct
- Cast search/struct