#reactiv reactive is an exploration into node, websockets and SVG. The idea is to create a realtime application to visualize geotagged tweets from the twitter streaming api.
- Clone the repo
- Use NPM to install the dependances
npm install path/to/reactiv
- Open server.js and fill in your twitter username/password
- Start the server
node server.js
- View application in browser
http://localhost:1337