skb1129 / news-article-nlp

Evaluate a news article with Natural Language Processing project from Udacity's Front-End Nanodegree program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News Article NLP

This frontend application uses Aylien NLP service to analyze text and article links.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need node and npm installed on your system to be able to run and build this project.

Installing

To install all the project dependencies run:

npm install

Development

To run this application in development environment follow the steps:

Front-End:

npm run client

Back-End:

npm run server

Note: To run the server in development mode, you need to install nodemon.

Deployment

To create an optimized front-end build for development, run:

npm run build

To run the server in production mode, run:

npm run start

Built With

  • Express - NodeJS Back-End server
  • Webpack - Front-End code bundler
  • Yarn - Dependency management

Authors

About

Evaluate a news article with Natural Language Processing project from Udacity's Front-End Nanodegree program


Languages

Language:JavaScript 47.0%Language:HTML 32.8%Language:CSS 20.2%