mks-greenfield / trendr

"don't create trends, follow them"
2 stars 5 forks source link

As a User, I would like... #47

Open polinabythebay opened 8 years ago

polinabythebay commented 8 years ago

I want to be able to click on a hashtag and see a real time stream of tweets with that hashtag (i.e. Twitter streaming API)

bgoodfliesh commented 8 years ago

I want to type in a region of the world and see a list of top 50 trending hashtags for that region with ways to organize groupings of the data.

bgoodfliesh commented 8 years ago

I want to be able to type in a hashtag or region of the world and be able to see the tweet volume for that trend or area over time. (i.e. Time Series Chart https://nvd3-community.github.io/nvd3/examples/TimeSeries.html )

bgoodfliesh commented 8 years ago

I want to be able to toggle visualization types for a given set of data (e.g. Pie Chart toggle to Stacked Area Chart)

bgoodfliesh commented 8 years ago

I want to be able to filter results by some sort of criteria (e.g. all tweets from Atlanta without #yolo)

bgoodfliesh commented 8 years ago

I want to see a parallel coordinates chart of top tweeters showing the relationship between Tweet volume, followers, favorites, average tweet length, etc... http://nvd3-community.github.io/nvd3/examples/parallelCoordinates.html

bgoodfliesh commented 8 years ago

I want to see color gradients that make sense with the data rather than random colors for the charts (d3 ordinal scales https://github.com/mbostock/d3/wiki/Ordinal-Scales )

bgoodfliesh commented 8 years ago

I want a functioning contact form on the front page