Skip to content

tambiasawo/Project_4---Evaluate-News-App

Repository files navigation

Evaluate News App Project

Description

This is my 4th project in the Udacity's FrontEnd Nanodegree Program. It uses the MeaningCloud API to skim through content at the URL entered by the user. The MeaningCloud API will check for objectivity-subjectivity and positivity-negativity and return the results to a local server from which we will use Express to fetch the results from the server and display it unto the UI.

Tools

After you have gotten your API key, make a file called .env in the project root folder and insert the following line below

API_KEY= your key here 

Steps

After getting your API key and Node is installed. In the terminal, use this command:

npm install

the use the following commands also

npm run build-dev
npm run build-prod
npm run start

About

An app that uses the Meaning Cloud API to perform a sentiment analysis of an article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published