public
Description: A Twitter diff tool. Compare tweeps! Built with Rails, jQuery and Mustache.js, Redis, and MongoDB. Targetting Ruby 1.9.1.
Homepage: http://twitdiff.com/
Clone URL: git://github.com/mattyoho/twitdiff.git
README.md

TwitDiff

TwitDiff is a simple Rails application that will show a basic comparison of two Twitter users, including the intersections of their friends and followers. The goal is to eventually help determine how one user came to follow another.

Technologies Involved

This app is being built with Ruby 1.9.1, Rails 2.3.5, MongoDB, Redis, and Mustache.js, as well as assorted gems.

  • MongoDB: http://www.mongodb.org/display/DOCS/Home
  • Redis: http://code.google.com/p/redis/
  • Mustache.js: http://github.com/janl/mustache.js (Based on http://github.com/defunkt/mustache for Ruby.)