davidbauer / Instacurate

Turn your Twitter timeline into a personalised news site, in an instant. Fetches links from your timeline and displays them in a discovery friendly design.
http://www.instacurate.com
113 stars 29 forks source link

Display the latest n usernames that have been entered #31

Closed davidbauer closed 11 years ago

davidbauer commented 11 years ago

just a wild, probably not very cleaver guess: can we define var searches = [] and push every username to it as it is submitted via the form? then, we just display the latest n elements from that array.

or is there a point when arrays explode because they get too big?

backflip commented 11 years ago

The size should not be an issue: http://stackoverflow.com/a/6155063

davidbauer commented 11 years ago

ok, that should do for the first few weeks ;-) will take care of the function tomorrow.