Skip to content

hchau619/RealTimeTwitterSentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TwitterSentiment

An application that performs sentiment analysis on tweets from Twitter about some topic and displays the results in real time.

##Getting Started

  1. Download the source code.

    git clone https://github.com/hchau619/RealTimeTwitterSentiment.git

  2. Navigate to application folder.

  3. Install dependencies.

    npm install

  4. Run mongodb

    mongod --dbpath /<YOUR_PATH_TO_THE_APPLICATION_FOLDER>/RealTimeTwitterSentiment/db

  5. In other terminal, navigate to the application folder and run the server.

    node app.js

  6. In a browser, navigate to http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors