Sentimentalyze.io

A sentiment-analysis webcrawler GUI which data-mines the internet to determine overall sentiment around a user-specified query. Data-visualization modules such as an interactive bar-chart and a time-line are built-in.

Getting Started

From within the project directory:

npm install
npm start

Prerequisites

Nodemon is a recommended (not required) prerequisite:

npm install -g nodemon

Installing (Developers)

How to get a development env running:

npm install
npm run react-dev
npm start

Expected output: Listening on port 3000

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details