Show HN: Weekend Project: Facebook Graph Visualizer (raphael.js + mindmap.js +) (shalecraig.com)

2 points by pokoleo ↗ HN
(raphael.js + mindmap.js + jquery + facebook api ++)<p>I was bored over the weekend, so I decided to make a mashup of the facebook api, raphael.js, and a couple more javascript frameworks.<p>Aside from facebook's api and google analytics, it is all run locally. No ajax calls being made to me.<p>Hope you enjoy, and leave comments below.<p>I'll post the source to Github if requested.

1 comment

[ 3.7 ms ] story [ 12.4 ms ] thread
I was bored this last weekend, so I've made a facebook friend visualizer. Built from a modified mindmap.js framework, using raphael.js+jquery.js for visualizing your friends.

Interestingly, raphael uses the canvas element, and the facebook api used is javascript based.

From that, there is no communication between my server and the client. Everything is client side. :P

Contact me if you have any questions/etc.