Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.51 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.51 KB

HTML5 Word Cloud

Create a tag Wordle presentation on a HTML5 canvas element for a given article, powered by wordfreq, remote data fetching through public APIs, and sharing tools.

Visit the web app.

Author & Copyright

Copyright 2011, 2013 Timothy Guan-tin Chien and other contributors. Released under the MIT license.

Libraries used

Understand more on how this web application works by following the links below:

  • wordcloud2.js - standalone library for the "word cloud" on canvas.
  • wordfreq - text corpus calculation in JavaScript (with Web Workers)

Acknowledgement

Contributors

Understand how to contribute by reading ./CONTRIBUTE.md.

  • Grassboy Wu for helping some of the work in the rewrite version
  • Yuren Ju for initial version of Facebook status fetching support

Build

See ./PRODUCTION.md for instructions.