This is a basic web app that has a fairly basic front end that makes use of nothing more than HTML DOM API, whereas its back end is powered by ExpressJS.
The app exploits technologies like Webpack, Babel, SASS, Workbox, Jest, and a plethora of wonderful NPM packages. These technologies in turn make development and production environments healthier.
It is as simple as executing npm install
, npm run build-prod
, and npm start
commands through the terminal.
Furthermore, the app will be hosted at http://localhost:8080/
- Analysis of articles using NLP (Natural Language Processing)
- After visiting the link provided in the Getting Started section, you'll see a page that has minimal style and architecture.
- Once the page has loaded, you'll see a form that has a text field that has "Enter URL" in it as a placeholder.
- Enter the URL of the article which you wish to be analyzed with NLP, and when done, click the Submit button.
- Wait for the article to be analyzed and for the results to load.
- Once the data has arrived, you'll see its metrics in the Form Results section of the page.
- Abdulrahman Alkhateeb
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details