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

Use of Realtime Updates for 'read right now' #41

Closed dergraf closed 11 years ago

dergraf commented 11 years ago

I used our own Websocket-Backbone Tambur.io for that, of course we like to support this project! ;)

Screen Shot 2013-01-05 at 16 54 58

hope you like it!

davidbauer commented 11 years ago

Cool. Two questions:

dergraf commented 11 years ago

should also work on your local instance. Open the index.html in another browser window and select the twitter user you want to read, you should see a new button automagically appended in your first browser window (at least if you select another use)

davidbauer commented 11 years ago

Doesn't work for me in Chrome/Safari/FF. But so it's only realtime? If nobody else is using it, nothing is displayed? I think we should display the latest n searches.

davidbauer commented 11 years ago

Found the problem. You had myUser in there – which I had renamed to myInput while working on the hashtag issue (#20). Works now and is live.