项目作者: iartist93

项目描述 :
News analyzer app using vanilla JS and MeaningCloud NLP API. Part of Udacity Front-End Developer Nanodegree.
高级语言: JavaScript
项目地址: git://github.com/iartist93/nlp-news.git
创建时间: 2021-04-12T11:32:41Z
项目社区:https://github.com/iartist93/nlp-news

开源协议:

下载


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

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