Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 442 Bytes

README.markdown

File metadata and controls

25 lines (14 loc) · 442 Bytes

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