public
Description: yet another useless twitter app: search for hashtags and people
Homepage: http://tweetfindr.com
Clone URL: git://github.com/mdw/tweetfindr.git
name age message
file .gitignore Loading commit data...
file Capfile
file README
file config.ru
directory config/
directory db/
file findr.rb
directory lib/
directory public/
directory views/
README
tweetfindr.git - yet another useless twitter search

search twitter for hashtags and people using their search API
written in Sinatra using twitter-search gem (templating in HAML)
served up on tweetfindr.com by nginx -> thin

How to use: http://tweetfindr.com

Search for hashtags like #sinatra by appending string without # like so:
 http://tweetfindr.com/sinatra

Search for users by appending username with @ mark like so:
 http://tweetfindr.com/@franksinatra

enjoy!