zafar142007 / TwitterVisualizer

This is a simple tool to visualize tweets happening in the vicinity of 15 km of your location in real-time.
https://nearbytweets.herokuapp.com/home
MIT License
0 stars 0 forks source link

Future tasks #1

Open zafar142007 opened 9 years ago

zafar142007 commented 9 years ago

Future tasks:

Have to add end visualization button.
Have to add option to set nearby radius.
Have to set zoom level to the radius. http://stackoverflow.com/questions/6002563/android-how-do-i-set-the-zoom-level-of-map-view-to-1-km-radius-around-my-curren
Make page responsive.
Make android app.
Have to fix JS errors.
Have to add hashtag based filtering of tweets.
Push logging to JS console.
zafar142007 commented 9 years ago

Added end button. Fixed JS errors.

zafar142007 commented 9 years ago

Also deploy on Heroku and add functionality of autokill in 10 minutes of user inactivity.

zafar142007 commented 9 years ago

Can I use websockets for polling?

zafar142007 commented 9 years ago

Added heroku deployment.

zafar142007 commented 9 years ago

Angular.Js?

zafar142007 commented 9 years ago

Responsive done.

zafar142007 commented 9 years ago

Using neo4j to visualize a retweet location wise?

zafar142007 commented 9 years ago

Since hover events can't be reproduced well on mobile, the tweets drawn can't be read on mobile. So we can show tweets text in the logs.