Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harveyd/reddit-sa
- Owner: HarveyD
- Created: 2017-10-29T09:30:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T00:54:47.000Z (over 4 years ago)
- Last Synced: 2024-10-26T03:44:13.569Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.harveydelaney.com/reddit-sa/
- Size: 1 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`