tumblr-words-density
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Just a tiny useful script to know which are your most used words in Tumblr.
Tumblr Words Density
======

Get a list of the most used words in a Tumblr blog.



Options
-----
`TWD.omit(wordsList)`: Array of words to omit if found (e.g.: a, the, by, of, etc.)

`TWD.get(username[, words count])`: optional words count, by default it's 20 top words.

Usage
-----

The script relies on [jQuery](http://jquery.com/) (or [Zepto](http://zeptojs.com/))
To test enter the username (the one that works with *.tumblr.com):

    var list = TWD.get('tomasdev');
    console.log(list);

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。