Skip to content

Tell me whyyyy is an app that evaluates a text article based on Natural Language Processing (NLP).

Notifications You must be signed in to change notification settings

JhonattasFerreira/tellMeWhyyyy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tell Me Whyyy

Tell me whyyyy is an app that evaluates a text article based on Natural Language Processing (NLP).

Getting Started

These instructions will provide a copy of the app running on your local machine for development and testing.

Prerequisites

You will need to create a MeaningCloud account to get your Api Key. It is also necessary to have the node installed.

Installing

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

Running the tests

I used jest to do the tests. To run the tests just use the command npm test

Built With

About

Tell me whyyyy is an app that evaluates a text article based on Natural Language Processing (NLP).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published