- Introduction
- Tools Used To Build
- Installation
This is the last project part of Udacity's Front-end Web Development Nanodegree. The purpose of the project is to build a web page that takes a url as input from the user, sends it to Meaning Cloud sentiment analysis API, and then return the results.
- Node JS and npm
- Webpack
- HTML
- SCSS
- Express
- Workbox
-
Clone the github repo then cd into the project directory and run:
npm install -
Then sign up for a free API key at Meaning Cloud
-
Install dotenv package
npm install dotenv -
Create new .env file and store your api key there as follows:
API_KEY=YOUR_API_KEY -
Start the project
npm run build-prodthennpm start