introduction

this website calls meaningcloud sentiement analysis (NLP) on news articles

Installation

node -v
npm -v
  • Clone this project
git clone https://github.com/MichaelMansour256/NLP-evaluate-news-article
  • Go to project Directory and run
npm install
  • Sign up for an API key on MeaningCloudAPI
  • Create .env file and add API_KEY variable to the file.
  • Finally run npm run build-prod and npm start.