An open API service indexing awesome lists of open source software.

https://github.com/frikishaan/tweet-sentiment-analysis

A tweet sentiment analysis app using Node.js and vanilla JS.
https://github.com/frikishaan/tweet-sentiment-analysis

nodejs sentiment-analysis tweet-sentiment-analysis vader vader-sentiment-analysis

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/SpiderStrategies/node-tweet-stream) stream package
- [Vader](https://github.com/SpiderStrategies/node-tweet-stream) Sentiment analysis package

Made with ❤ by [Ishaan Sheikh](http://frikishaan.com)