A simple project which idea is: The user inputs a url for any artice, and it outputs good info about Evaluating the Article (After checking if the url is valid with regular expression.)
it uses https://api.meaningcloud.com/sentiment-2.1 api.
-
clone the project from Github
-
Open your dash command on the project folder.
-
write: 'npm install`.
-
You should have a key on the api to be able to use it.
-
In the Root create a file ".env", put this line inside it:
API_KEY=******************** (your key).
-
in the command write:
npm start
-
open another command bash and write:
run build-dev
(Should open your browser on the application.)