/nlp-news

News analyzer app using vanilla JS and MeaningCloud NLP API. Part of Udacity Front-End Developer Nanodegree.

Primary LanguageJavaScript

Udacity NLP app proejct

This project is part of the Udacity FrontEnd Engineer Nanodegree. We're asked to use externel API called meaningcloud to process some input text.


Tools used

  • Web server -> Node
  • Web application / routing -> Express
  • Build tool -> Webpack.
  • Offline functions -> Service Worker

Install

> cd nlp
> npm install # install all packages
> npm run build-prod # to build for production
> npm run build-dev # to build for development and run live development server
> npm start # to start the app server at port 8081