News analyzer app using vanilla JS and MeaningCloud NLP API. Part of Udacity Front-End Developer Nanodegree.
This project is part of the Udacity FrontEnd Engineer Nanodegree. We’re asked to use externel API called meaningcloud to process some input text.
> 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