This web app allows users to run Natural Language Processing (NLP) on articles or blogs. When a user submits a URL of an article, the web page then dispalys sentiment analysis returned from meaningcloud API, based on the contents of the article.
- HTML / Sass
- JavaScript
- Node/Express
- Webpack
- meaningcloud API
- Jest
- Google Workbox plugin ( Service Workers )
To get this project up and running locally on your computer:
- Set up a Nodejs development environment.
- Sign up for API key at www.meaningcloud.com
- Create new .env file and fill with your API key
- Once you have node setup, enter the following commands:
npm install
npm run build-prod
npm run start
- Open a browser at http://localhost:8081/