guerre50 / VisibleTweetsJS

VisibleTweetsJS

Home Page:https://dl.dropboxusercontent.com/u/5476179/visibleTweets/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VisibleTweetsJS

JS implementation of the Flash Twitter visualization by The Man in Blue (http://www.themaninblue.com/) original version available at: http://visibletweets.com/

###Dependencies:

###Config parameters:

twitterID: 'YOUR TWITTER ID', // Your ID
fadeTime: 800, // Time in ms taken for the transitions
tagCloudTime: 5000, // Time in ms that the tagCloud will be shown
tweetTime: 5000, // Time in ms that the Tweet will be shown
preprocessTweets: 0, // Initial tweets preloaded to the tagCloud
maxFont: 60, // Max and min fontSize used to show the words in the tagCloud
minFont: 30,
fetchTime: 30000, // Period that we will use to fetch tweets
startTime: undefined, // tweets that are older that this date will be ignored
tweets: 200 // Tweets that will be loaded

###TO-DO:

  • Better fontSize of words in tagCloud
  • Set tweet fontSize depending on screen size
  • Encapsulate view
  • Parameterize config parameters to allow embedding
  • Fix TimeZone problem
  • Separate word logic into its own Model

About

VisibleTweetsJS

https://dl.dropboxusercontent.com/u/5476179/visibleTweets/index.html

License:MIT License


Languages

Language:JavaScript 89.1%Language:CSS 10.9%