From 172c764a328db6d23393691effccfca10e962b72 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Thu, 22 Sep 2011 17:06:33 -0700 Subject: [PATCH] Use markdown in README file --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6262f1a --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Configuration: +edit stream.js and set your twitter username password to see twitter's stream. + + var username = 'twitter_username', //ie: 'chovy' + password = 'twitter_password'; //ie: 'xxxxx' + +Go to last line and change your IP number to whatever IP you are serving from and port number if different than 8080, or you can use 'localhost' to test locally. + +}).listen(8080, "192.168.1.1"); + +You may need to install some missing modules with npm. http://npmjs.org/ + +Once npm is installed, you can install the missing modules with: +$ npm install +$ npm install json-line-protocol + +Startup: +$ node stream.js