A real-time opinion-updating app, in the tradition of Hot or Not.
Given two choices, a user picks one. This updates the ELO score, which in turn affects the rankings. Since the application is written using the MeteorJS framework, it is live updating.
- Install meteor:
curl https://install.meteor.com | /bin/sh
, or see more detailed meteor installation instructions - Check out this application
- Execute
meteor
- Alternatively, see http://opinionator.meteor.com for an already-deployed version