Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.36 KB

Customer-comment-analyzer

Introduction

Customer-comment-analyzer is an application that helps business to analyze the comments they recieve from customers on their websites. The application runs through all the comments and creates a report with totals that can be used for business intelligence and marketing. This repository holds the backend of the app. You can find the apps frontend on this github url https://github.com/Monoametsi/ikhoka-dashboard

The app currently analyses comments on the basis of three metrics:

  • Total number of comments that are shorter than 15 characters
  • Total number of comments that refer to the "Mover" device
  • Total number of comments that refer to the "Shaker" device
  • Total number of comments that contain one on more question marks
  • Total number of comments that contain a url to a web page

Running the Application Locally: