Skip to content

Alaaa1/evaluate-news-article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTENTS OF THIS FILE

  • Introduction
  • Tools Used To Build
  • Installation

INTRODUCTION

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.

Tools Used To Build

  • Node JS and npm
  • Webpack
  • HTML
  • SCSS
  • Express
  • Workbox

INSTALLATION

  1. Clone the github repo then cd into the project directory and run: npm install

  2. Then sign up for a free API key at Meaning Cloud

  3. Install dotenv package npm install dotenv

  4. Create new .env file and store your api key there as follows: API_KEY=YOUR_API_KEY

  5. Start the project npm run build-prod then npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors