Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 838 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 838 Bytes

Whodat?

An interactive game with your Twitter home feed!

See it in production

How to play

  1. Go to (http://whodat.mybluemix.net)
  2. Authorize the application using your twitter account. You will be redirected to the game screen.
  3. Select which person / account posted the shown tweet.
  4. Repeat step 3 ad infinitum.

Basic Requirements

  • Twitter OAuth API with Read access
  • Node.js ~0.10
  • Express 4.*
  • Redis 2.6 (For express-session storage, but can easily be disabled)

How to use the code

# install dependencies
npm install
# run eslint
npm test
# run application
npm start

This application was originally designed to run on IBM's Bluemix platform with a Node.js runtime and a redis session store.