Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar suggestions #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<h1>WhatDoTheyThink</h1>
<h4> General Assembly Project 3 by Mark Goldstein and Peter Amadon</h4>
<h4>General Assembly Project 3 by Mark Goldstein and Peter Amadon</h4>

<h2>Technologies Used:</h2>
<ol>
<li>Html + Css</li>
<li>HTML + CSS</li>
<li>Node.js</li>
<li>Mongodb: We used Mongodb and Mlab for our database</li>
<li>Angular.js for simple and easy to use format</li>
<li>Async Node module to handle our linked API calls</li>
<li>Watson Natual language API: The watson natual language API allows us to process the sentiment of each article. By doing so we can view how positive or negative the article views its topic as well as the individuals written about there in.</li>
<li>Watson Natual Language API: The Watson Natual Language API allows us to process the sentiment of each article. By doing so we can view how positive or negative the article views its topic as well as the individuals written about there in.</li>
<li>NewsAPI: The NewsAPI was used to grab articles from a few sources to be put through WATSON. </li>
<li>AMcharts.js: used to visual the data we collected</li>
<li>AMcharts.js: used to visualize the data we collected</li>
</ol>

<h2>Use Cases/User Stories:</h2>
<ul>
<li>Informed daily Consumer: Many individuals consume media from many sources in a single day. It is possible that without your knowledge you are being subjected to a specific view point and do not even know that you dont see the other side. By checking the sentiment score for a topic you frequently read from the sources your typically go to it will be possible to identify if they lean positive or negative on the subject to illuminate for you reader whether or not they are recieving a balanced view. </li>
<li>Bloggers: Bloggers highlighting the differences between reporting styles and rhetoric could download our graphs as examples of the sources proclivity to report on an issue in a certain way. By continuing to grab the graphs they build a detailed timeline for a specific sources movement more negative or positive reporting. </li>
<li>Local news stations: Running stories on the alt right or new liberals can be difficult! By running analysis on their rhetoric it has become to easy to identify the fearmongering tactics used by those who wish to divide us! Watson natural language API tracks the emotions associated with articles and can allow local news stations to report of the divisiveness of these groups. </li>
<li>Personal Interest: Whatdotheythink can also provide interesting data for those simple trolling the interenet for intersting things. Ever wonder whether the BBC and the New York Times feel the same way about NATO? By combining the search and analysis into one step we have created a one stop shop for interested parties. </li>
<li>Local news stations: Running stories on the alt right or new liberals can be difficult! By running analysis on their rhetoric it has become to easy to identify the fear-mongering tactics used by those who wish to divide us! Watson natural language API tracks the emotions associated with articles and can allow local news stations to report of the divisiveness of these groups. </li>
<li>Personal Interest: Whatdotheythink can also provide interesting data for those simply browsing the interenet for intersting things. Ever wonder whether the BBC and the New York Times feel the same way about NATO? By combining the search and analysis into one step we have created a one stop shop for interested parties. </li>
</ul>


Expand All @@ -40,7 +40,7 @@
<li>Run "npm install" in your terminal</li>
<li>Run Mongod: to ensure the data as a place to go</li>
<li>Retireve API keys from both <a href="https://newsapi.org/">NEWSAPI</a> and <a href="https://www.ibm.com/watson/developercloud/natural-language-understanding.html">WATSON NATURAL LANGUAGE</a></li>
<li>Create a .env file and populate it with your keys making sure they look like this: KEY_NAME="KEY".</li>
<li>Create an .env file and populate it with your keys making sure they look like this: KEY_NAME="KEY".</li>
<li>Run Nodemon</li>
</ul>

Expand Down