seanoldham / now_showing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Now Showing

Poster

What I want this app to do:

  1. Allow user to search for a movie or TV show.

  2. Return results from The Movie Database.

  3. Allow user to choose one.

  4. Give user a choice: * Watch Later

* Watch Now
  * Grab info (title, poster art, Rotten Tomatoes score, release date).
  * Send info to Raspberry Pi-powered monitor that will display artwork and relevant data in a Now Showing frame.

What this app currently does:

  • Searches TMDb

  • Returns TMDb results in a pretty bitchin' grid

Setup

You'll want to run bundle exec figaro install and add these keys to config/application.yml: tmdb_key

About

License:GNU General Public License v3.0


Languages

Language:Ruby 60.4%Language:HTML 23.6%Language:CSS 13.7%Language:JavaScript 1.4%Language:CoffeeScript 0.9%