-
This is the 4th project of the Frontend Web Developer Nanodegree from Udacity.
-
This main idea is to get information about the tone of an article such as: whether it's positive or negative (polarity) and whether it's subjective (opinion) or objective (fact based)
-
You need to add the article
url
in the form
This project uses the meaning cloud API.
Please check this link to get an API key
https://www.meaningcloud.com/developer/sentiment-analysis
- Rename
.env.example
to.env
- Add the api key in the
.env
file
- clone the github repository
cd
into your new folder and run: npm install
- Run the backend
npm start
npm run build-dev
- Go to
http://localhost:3000
- For deployment: run
npm run build-prod
- Run
npm test