Hosted at ignite.phyous.com
Visualize current global twitter activity using Play & heatmap.js. Adapted from an example by pa7.
1- Install play.
2- Add Twitter application info to conf/application.conf (see FILL_THIS_IN section)
3- Start the server:
play run
4- Open 0.0.0.0:9000 in your browser. Keep refreshing, data will start to show up.
- Make UI more awesome
- Rendering of map is a bit wonky when new data comes in.
- "Normalized" map mode is supposed to subtract the "mean" traffic using pre-computed models. This needs some tweaking.