# wordcloud **Repository Path**: wsuo/wordcloud ## Basic Information - **Project Name**: wordcloud - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTML5 Word Cloud Create a tag [Wordle](http://www.wordle.net/) presentation on a HTML5 canvas element for a given article, powered by [wordfreq](https://github.com/timdream/wordfreq), remote data fetching through public APIs, and sharing tools. **Visit [the web app](https://wordcloud.timdream.org/).** ## Author & Copyright Copyright 2011, 2013 [Timothy Guan-tin Chien](http://timdream.org/) and other contributors. Released under [the MIT license](./MIT-LICENSE.txt). ## Libraries used Understand more on how this web application works by following the links below: * [wordcloud2.js](https://github.com/timdream/wordcloud2.js) - standalone library for the "word cloud" on canvas. * [wordfreq](https://github.com/timdream/wordfreq) - text corpus calculation in JavaScript (with Web Workers) ## Acknowledgement * Christopher McKenzie for Javascript implementation of [Porter Stemming Algorithm](http://tartarus.org/~martin/PorterStemmer/) (used in wordfreq) * [Bootstrap UI framework](http://twitter.github.io/bootstrap/) (CSS only) * [MediaWiki API](https://en.wikipedia.org/w/api.php) running on Wikipedia * [Imgur API](https://api.imgur.com/) with free anonymous CORS image sharing ## Contributors Understand how to contribute by reading [./CONTRIBUTE.md](CONTRIBUTE.md). * [Grassboy Wu](https://github.com/Grassboy) for helping some of the work in the rewrite version * [Yuren Ju](https://github.com/yurenju) for initial version of Facebook status fetching support ## Build See [./PRODUCTION.md](PRODUCTION.md) for instructions.