frikishaan / tweet-sentiment-analysis

A tweet sentiment analysis app using Node.js and vanilla JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet Sentiment Analysis

The app is a part of my #30Days30Projects challenge. The app analyse the polarity of a tweet i.e. whether it is positive or negative.

Usage

  • Clone the repository

     git clone https://github.com/sheikh005/tweet-sentiment-analysis.git
    
  • Change directory to /server and install dependencies

      npm install
    
  • Run server

      node index
    

Tech Stack

  • Node.js and Vanilla JS
  • Socket.io
  • Tweet stream package
  • Vader Sentiment analysis package

Made with ❤ by Ishaan Sheikh

About

A tweet sentiment analysis app using Node.js and vanilla JS.


Languages

Language:HTML 37.7%Language:JavaScript 32.8%Language:SCSS 29.5%