Skip to content

Amnahalkhalil/Project-4-Evaluate-a-News-Article-with-NLP

Repository files navigation

Evaluate a News Article with Natural Language Processing

This project requires you to build a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.

Main files of the project

  • Server side: app.js
  • Client side:
    • checkUrl.js
    • formHandler.js

Testing

For test run npm run test

Development environment

For dev env run npm run build-dev

How to run the project

  1. Run npm install to install dependencies.
  2. Create a new .env file in the root of your project.
  3. Fill the .env file with your API keys like this: you can get API ID and key form Aylien
API_ID=**************************
API_KEY=**************************
  1. Run npm run build-dev to create dist folder.
  2. Start the server with npm run start.
  3. Go to http://localhost:8081.

Online demo hosted on Heroku

Check the online demo here

About

FEND Project#4: Evaluate a News Article with NLP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published