Tell me whyyyy is an app that evaluates a text article based on Natural Language Processing (NLP).
These instructions will provide a copy of the app running on your local machine for development and testing.
You will need to create a MeaningCloud account to get your Api Key. It is also necessary to have the node installed.
Step 1: Create your account on MeaningCloud
Step 2: Install the dependencies.
npm install
Step 3: Create a file called .env at the root of the app and create a variable called API_KEY with the value of your key.
API_KEY=<<YOUR_KEY>>
Step 4: Create your local bundle
npm run build-prod
Step 5: Runs the server
npm run start
I used jest to do the tests. To run the tests just use the command npm test