Visualize ratings of your favourite TV series!
Small simple web app based on modern front-end, Elixir API and IMDB dataset.
Idea based on this pic)
Get ratings for each episode:
http://localhost:4000/visualize?show_id=tt7767422
Find TV series by typing first letters:
http://localhost:4000/hinter?query=SuperNatural
Make sure that you have Elixir on your machine.
Get dependencies
$ mix do deps.get, deps.compile, compile
mix run --no-halt
Instruction is here
coming soon