News Sentiment Analysis is a web application that demonsistrates how to use webpack in building web applications and exporting them to few compact files.
- Asks user to enter URL of the article to be analyzed.
- Fetches the analysis results from MeaningCloud Sentiment Analysis API.
- Displays the polarity of the article and states if it is objective or subjective. Also, states if it is agreement or disagreement.
- An active internet connection
- Modern Web Browser
- NodeJS
- NPM
npm install
npm start
npm run build-prod
npm run test
News Sentiment Analysis is released under the GNU AGPLv3 license.