An interactive game with your Twitter home feed!
- Go to (http://whodat.mybluemix.net)
- Authorize the application using your twitter account. You will be redirected to the game screen.
- Select which person / account posted the shown tweet.
- Repeat step 3 ad infinitum.
- Twitter OAuth API with Read access
- Node.js ~0.10
- Express 4.*
- Redis 2.6 (For
express-session
storage, but can easily be disabled)
# 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.