Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 802 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 802 Bytes

Repo Description

This app uses MeaningCloud API NLP service to provide sentiment analysis for articles given an article link.

Getting up and running

Remember that once you clone, you will still need to install everything:

cd into your new folder and run:

  • npm install

Step 1: Start Server

  • npm start to start the app
  • default port is 8081

Step 2: Set API_KEY

  • create .env file and add API-key you take from MeaningCloud license key.
  • API_KEY=**************************

Step 3: Running app

####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