From 406e85d0491b6a851071a1d80f3ddde638a90827 Mon Sep 17 00:00:00 2001 From: brandiw Date: Thu, 1 Jun 2017 15:41:04 -0700 Subject: [PATCH] Grammar suggestions --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c1033aa..f201332 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@

WhatDoTheyThink

-

General Assembly Project 3 by Mark Goldstein and Peter Amadon

+

General Assembly Project 3 by Mark Goldstein and Peter Amadon

Technologies Used:

    -
  1. Html + Css
  2. +
  3. HTML + CSS
  4. Node.js
  5. Mongodb: We used Mongodb and Mlab for our database
  6. Angular.js for simple and easy to use format
  7. Async Node module to handle our linked API calls
  8. -
  9. 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.
  10. +
  11. 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.
  12. NewsAPI: The NewsAPI was used to grab articles from a few sources to be put through WATSON.
  13. -
  14. AMcharts.js: used to visual the data we collected
  15. +
  16. AMcharts.js: used to visualize the data we collected

Use Cases/User Stories:

@@ -40,7 +40,7 @@
  • Run "npm install" in your terminal
  • Run Mongod: to ensure the data as a place to go
  • Retireve API keys from both NEWSAPI and WATSON NATURAL LANGUAGE
  • -
  • Create a .env file and populate it with your keys making sure they look like this: KEY_NAME="KEY".
  • +
  • Create an .env file and populate it with your keys making sure they look like this: KEY_NAME="KEY".
  • Run Nodemon