public
Description: A sinatra app that takes a URL and gives back the URL's top tags from delicious.com
Homepage: http://zeke.sikelianos.com/2009/01/introducing-folksonomatron
Clone URL: git://github.com/zeke/folksonomatron.git
zeke (author)
Tue Jan 20 15:48:30 -0800 2009
name age message
file README.textile Loading commit data...
file app.rb
file config.ru
README.textile

Folksonomatron

You give Folksonomatron a URL, and it gives you back a comma-separated list of that URL’s most popular tags, according to delicious.com. This service will likely grow into a more robust tag suggestion service, with aggregate tag lists from sites other than delicious, but this is a start. I plan to use it to build an ajaxy tag suggestion mechanism for Queriac

Folksonomatron leverages Sinatra, a web application framework written in Ruby.

For more info, see the blog post