Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 962 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 962 Bytes

Everything to TV (web app)

This project is a hack made during the Hackday Paris 2012 on October 20-21, 2012 by Adrien Jarthon, Jocelyn De La Rosa, Arnaud Sellier and Maxime Mouial

Its a web app meant to be displayed on a connected TV (googleTV, smartTV) that add content to your TV.

It's build in Ruby on rails, with some python and uses an external exec (e2tv-api) to fetch data from APIs.

e2tv home page

Requirements

You need:

  • transmission-daemon
  • ruby 1.9.3, python
  • qt5-base to exec e2tv-api

How to run

git clone git://github.com/jarthod/e2tv-webapp.git
cd e2tv-webapp
git submodule update --init
bundle install
bundle exec thin start