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.
- Host: GitHub
- URL: https://github.com/frikishaan/tweet-sentiment-analysis
- Owner: frikishaan
- Created: 2020-01-19T16:16:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T19:21:43.000Z (over 2 years ago)
- Last Synced: 2025-01-09T12:39:57.363Z (12 months ago)
- Topics: nodejs, sentiment-analysis, tweet-sentiment-analysis, vader, vader-sentiment-analysis
- Language: HTML
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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)