aboutsummaryrefslogtreecommitdiffstats

Who am I?

A mobile web app built for the Viggle platform. One half of the Who am I? app. Who am I? allows a user to record an impersonation of a character from a TV show. Other users can then watch the resulting video and pick which character they think was referenced. Picking the correct answer will get them Viggle points.

The other half is a native iOS app written by Billy Tobon that allows users to pick a show, a character, and record a video of themselves acting out that character.

This half allows players to watch the recorded video and guess the character represented.

Written in Node with Express at TVnext Hack 2013. The app is functioning, but incomplete.

Running

Prerequisites

Node (developed on node v0.8.21).

TMS OnConnect API

Obtain an OnConnect API key from http://developer.tmsapi.com and export it as the TMS_API_KEY environment variable.

Parse API

Create an application on Parse and export your Application ID as PARSE_COM_APPLICATION_ID and your JavaScript Key as PARSE_COM_JAVASCRIPT_KEY.

Starting the application

$ npm install
$ node app

I recommend running using node-supervisor: supervisor node app

License

Who am I? is licensed under the MIT License. See the included LICENSE file.