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.
Copyright 2011, 2013 Timothy Guan-tin Chien and other contributors. Released under the MIT license.
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)
- google-oauth2-web-client - Login with Google using OAuth2 for client-side web app
- Christopher McKenzie for Javascript implementation of Porter Stemming Algorithm (used in wordfreq)
- Bootstrap UI framework (CSS only)
- Google Feed API
- MediaWiki API running on Wikipedia
- Facebook Javascript SDK and Graph API
- Google+ API available in JSON-P
- Imgur API with free anonymous CORS image sharing
- Grassboy Wu for helping some of the work in the rewrite version
- Yuren Ju for initial version of Facebook status fetching support