summaryrefslogtreecommitdiff
path: root/preprocess.js
AgeCommit message (Collapse)AuthorFilesLines
2014-05-21Option to ignore users with fewer than X tweetsPeter Wu1-4/+14
2014-05-21Split From and To in user info boxPeter Wu1-2/+2
2014-05-21Color neighbors on hoverPeter Wu1-0/+3
2014-05-21Fix ratelimitingPeter Wu1-1/+1
2014-05-21preprocess: split edge filtering for possible re-usePeter Wu1-4/+8
Also drop a useless users assignment.
2014-05-20Moves preprocessing to preprocess.jsPeter Wu1-0/+74
The only difference in preprocess is the addition of a new options parameter to avoid using a global var.