Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raymondcm/delightfulr

Sentiment analysis of twitter users tweets by their usernames using AFINN.
https://github.com/raymondcm/delightfulr

afinn javascript nodejs sentiment-analysis

Last synced: about 2 months ago
JSON representation

Sentiment analysis of twitter users tweets by their usernames using AFINN.

Awesome Lists containing this project

README

        

# Delightfulr

Sentiment analysis of twitter users tweets by their usernames.

## Installation

1. Clone the repository locally
2. Install node.js
3. Go to cloned directiory `cd PATH`
4. Install dependancies `npm install`
5. Start Server `node app.js`

## Usage

Most recent deploy [Delightfulr on Heroku](https://delightfulr.herokuapp.com/).

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request.