JaredHawkins / TweetGeoViz

Visualization tool to view tweets by location and content.
Apache License 2.0
25 stars 16 forks source link

some basic bits and pieces #1

Closed bkatiemills closed 10 years ago

bkatiemills commented 10 years ago

Here's a super bare-bones implementation of the basic search-and-map functionality; a node app searches a text-indexed mongodb for individual word matches, and makes a heat map of the result using the google maps API.

Plenty more to do, but this'll give people somewhere to start from & play with - let me know if the setup instructions work and if I missed anything!