This app uses MeaningCloud API NLP service to provide sentiment analysis for articles given an article link.
Remember that once you clone, you will still need to install everything:
cd
into your new folder and run:
npm install
npm start
to start the app- default port is 8081
- create .env file and add API-key you take from MeaningCloud license key.
- API_KEY=**************************
####Development environment
- To run this application in development enviroment:
npm run build-dev
####Production environment
- To run this application in producion enviroment:
npm run build-prod
####Testing
- To run tests:
npm test