A second screen app for live commenting on tv shows. You can comment on persons by moving emoticons onto the show guests. The icons appear on the tv screen including a notification. This was the first prize on the TV Hackday 2013.
- Joan Chirila
- Susanne Heinz
- Anne Lorenz
- Kai Mysliwiec
- Jasper Sasse
Also thanks to Bertram Gugel, Philipp Sackl, Felix Segebrecht and Csongor Baranyai for the support and the great ideas. And of course the BLM
- Install node.js
- Install GIT
- Install CouchDB
- Install CouchApp
- Clone this repo: git clone [email protected]:kaimys/social-tv.git
- Change to the new folder: cd social-tv/couchapp
- Create DB: curl -X PUT http://127.0.0.1:5984/emotv
- Initialize DB with CouchApp: cd couchapp; couchapp push emotv
- Change to node.js folder: cd ../node
- Install node.js modules: npm install
- Start the server: node social-tv.js
- Enter your ip address of your computer into your browser e.g. http://10.0.0.1:7777/ . Don't use localhost or the qr-code will not work.
- Use the p key to start the video and s to show the fake statistics page
Have fun!