Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harveyd/reddit-sa

Web page to display key metrics about average sentiment on Reddit comment threads
https://github.com/harveyd/reddit-sa

Last synced: about 1 month ago
JSON representation

Web page to display key metrics about average sentiment on Reddit comment threads

Awesome Lists containing this project

README

        

# Reddit Sentiment Analysis
[![Build Status](https://jenkins.harveydelaney.com/buildStatus/icon?job=reddit-sa)](https://jenkins.harveydelaney.com/job/reddit-sa/)

![redditsa](https://i.imgur.com/MCHctC3.jpg)

## Overview
A web application as I wanted to play with the [Sentiment](https://www.npmjs.com/package/sentiment) npm module.
I also wanted to get this working client side only, so I had to learn [Browserify](http://browserify.org/).

I also had the chance to play around with making some okay looking animations for the results of the sentiment analysis.

Of course, I had to learn and use the Reddit API to make this project work.

## Live website
https://www.harveydelaney.com/reddit-sa/

## Development
1. `npm install`
2. `gulp watch`