Skip to content

Commit

Permalink
Add note on Facebook support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream committed May 3, 2011
1 parent be00acd commit 115a7bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This program is composed of three libraries, two of them have
dependency of jQuery thus they are warped as jQuery plug-ins: dependency of jQuery thus they are warped as jQuery plug-ins:


1. `jquery.getcontent.js` which access remote or local content though 1. `jquery.getcontent.js` which access remote or local content though
Google Feed API, YQL data.html (experimental), and FileReader API. Google Feed API, YQL data.html (experimental), Facebook Javascript SDK, and FileReader API.
2. `wordfreq.js` which count the phrases/words by running N-gram 2. `wordfreq.js` which count the phrases/words by running N-gram
analysis (for Chinese) and [Porter Stemming Algorithm](http://tartarus.org/~martin/PorterStemmer/) analysis (for Chinese) and [Porter Stemming Algorithm](http://tartarus.org/~martin/PorterStemmer/)
(for English) in Web Workers. (for English) in Web Workers.
Expand All @@ -35,6 +35,10 @@ Following external libraries are included:
2. [Simulated Web Workers](https://github.com/timdream/simworker) (`worker.js`) 2. [Simulated Web Workers](https://github.com/timdream/simworker) (`worker.js`)
to provide a simulated web workers interface in IEs and Mobile Safari. to provide a simulated web workers interface in IEs and Mobile Safari.


## Contributors

* [Yuren Ju](https://github.com/yurenju/wordcloud) for Facebook Status fetching

## Q&A ## Q&A


I can be reached by e-mail. I can be reached by e-mail.

0 comments on commit 115a7bd

Please sign in to comment.