demo @ http://richhong.com/tweel/tweel.html
repo @ http://github.com/hongrich/tweel
Tweel visualize the friends of a given twitter user with JavaScript
Information Visualization Toolkit. You can then click on any of the
nodes on the graph to dynamically load the friends of that user. I
started off with rgraph's example, so it should look very familiar.
--
You received this message because you are subscribed to the Google Groups "JavaScript Information Visualization Toolkit" group.
To post to this group, send email to javascript-information...@googlegroups.com.
To unsubscribe from this group, send email to javascript-information-visua...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javascript-information-visualization-toolkit?hl=en.
On Dec 30 2009, 3:22 am, Rich Hong <hong.r...@gmail.com> wrote:
> A few days ago, I wanted to find a tool that would find degrees of
> separation between 2 twitter users. After a bit of googling around, I
> couldn't find anything. Then I got sidetracked and hack up Tweel in
> less than half a day yesterday. It doesn't solve the problem that I
> originally intended to solve, but it's kind of cool nonetheless.
>
> demo @http://richhong.com/tweel/tweel.html
>
> repo @http://github.com/hongrich/tweel