Nnouka / fend-evaluate-news-nlp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity Front end Project

Evaluate a News Article with Natural Language Processing

Development setup

  1. Client

in the root run npm run build-dev your browser should open at http://localhost:8080

  1. Server

you should have the api server running to make api calls start the server run npm start

  1. Api Key

This project is using Meaning Cloud Api, you can find the documentation here https://www.meaningcloud.com/developer/documentation/supported-formats

rename .env.example in the root folder to .env and add your api key API_KEY=<your api key>

About


Languages

Language:JavaScript 69.7%Language:SCSS 16.2%Language:HTML 14.1%