Home > Wordler

Wordler

Wordler is a project mainly written in Ruby, it's free.

Simpe sinatra app that outputs wordle-like word clouds.

Welcome to Wordler

...that is just a proof of concept sinatra app to serve wordle-like word clouds.

The algorithm is heavily inspired by the ImageCloud plugin for Wordpress (http://wordpress.org/extend/plugins/imagecloud/).

Image generation relies on rmagick.

Dependencies

Wordlr needs the following gems:

  • rmagick
  • haml
  • sass
  • json

...and of course sinatra

Usage

ruby wordcloud.rb

...and connect to localhost:4567

Previous:cassandra-tools