Skip to content
jessmartin edited this page Jul 15, 2011 · 15 revisions

Demo Application

Dynamic Twitter Application

Goal: Show off ClojureScript. Pull in tweets on a certain hashtag and organizing them in a meaningful way by discovering things about the tweets based on the content.

Features:

  • Build a network of people who tweet on a certain topic
    • Each node could be the twitter avatar
    • Nodes could be related (draw a line between?) if there is a mention or a retweet
    • Nodes could grow in size based on number of connections?
  • Sidebar with most popular tweets
    • Show the five most popular tweets based on retweets/mentions
  • Show history of the data
    • Display a timeline along the bottom
    • Scrub the timeline backwards to show each tweet as it is added

Comments

Clone this wiki locally