Skip to content

khawarizmus/Emotwit

Repository files navigation

Emotwit

Emotwit is a sentiment analysis tool for tweets, it allows you to search for a keyword a hashtag or a Twitter handle and gather up to 100 tweets from Twitter to then run it through a sentiment analysis algorithm and show you the results.

Developpers

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.