/Natural-Language-Processing-App

Frontend Nanodegree | Natural Language Processing App

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Natural Languange Proccessing App

Build Passing Test Passing Node V14.15.5 Webpack V4.46.0

Udacity Nanodegree P4: Evaluate a News Article

The goal of this project is all about build tools - a key skill needed to build and develop modern web applications. In this project we must fetch AI Sentiment Analysis via API Calls based on a user defined web address. We will also use secure environment variables to secure our API Keys, and, we will use REGEX to validate user input.

Project Requirements (see rubric)

To learn more visit Udacity's Frontend Web Developer Nanodegree official page.

Quickstart

Install

$ npm install

Run Commands

Production Environment:
$ npm run build-prod
Development Environment:
$ npm run build-dev
Unit Testing with Jest:
$ npm run test

License

AmazingAI is personal work released under the GNU General Public License, version 3 (GPLv3).