Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 438 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 438 Bytes

#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.

Running reactiv

  1. Clone the repo
  2. Use NPM to install the dependances
  • npm install path/to/reactiv
  1. Open server.js and fill in your twitter username/password
  2. Start the server node server.js
  3. View application in browser http://localhost:1337