ircloggr
ircloggr copied to clipboard
word clouds?
it might be interesting to render small dynamic word clouds in the browse view. Perhaps they consider the last week or 1000 utterances (whichever provides more results) and highlight current topics?
an efficient implementation of this probably requires server support and a new API.
I have client-side code to draw a word cloud on HTML5 canvas
https://github.com/timdream/wordcloud/