xunjoy / sentitrend_extension

A chrome extension that gathers data from URL and displays keywords with sentiment analysis.

Home Page:https://chrome.google.com/webstore/detail/senti-trend/mpiibijblggpgpoddialioodnlbgongg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Senti-Trend Chrome Extension

##Overview

Senti-Trend is a pop-up Chrome Extension that displays the Sentiment Analysis data for the main topics within the webpage being viewed. It was designed as an analysis tool for articles specifically, but will reveal data for any URL you visit containing "entities" as defined by the Alchemy API. Senti-Trend was developed over a 5-day sprint as my final project for General Assembly's WDI program, and was inspired by Trend 365, an earlier group project.

##Technologies Used

##User Stories

  • A user can click on extension icon to reveal a pop-up
  • A user can see data on the pop-up according to current tab they are viewing
  • A user can navigate between different tabs or windows and pop-up content will change dynamically
  • A user can see title of current page on pop-up
  • A user can see Entity Sentiment Analysis for up to 15 top entities of URL content
  • A user can see this Entity Sentiment Analysis displayed in D3 bar graph showing negative or positive sentiment score for each entity
  • A user cannot see Alchemy API key within extension source (need for an AJAX call to a Rails back-end)

##Sample Analysis

Example 1

##Production

Download it from the Chrome Web Store to see Senti-Trend in action!

About

A chrome extension that gathers data from URL and displays keywords with sentiment analysis.

https://chrome.google.com/webstore/detail/senti-trend/mpiibijblggpgpoddialioodnlbgongg


Languages

Language:JavaScript 100.0%