#TwitterSentiment
An application that performs sentiment analysis on tweets from Twitter about some topic and displays the results in real time.
##Getting Started
-
Download the source code.
git clone https://github.com/hchau619/RealTimeTwitterSentiment.git
-
Navigate to application folder.
-
Install dependencies.
npm install
-
Run mongodb
mongod --dbpath /<YOUR_PATH_TO_THE_APPLICATION_FOLDER>/RealTimeTwitterSentiment/db
-
In other terminal, navigate to the application folder and run the server.
node app.js
-
In a browser, navigate to http://localhost:3000/