Skip to content

piittis/play-store-review-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-store-review-analysis

Simple app made mainly to test Vue.js. It's purpose is to fetch mobile app reviews from Google Play Store and give you a nice UI where you can search for things that might be interesting to you as an app developer.

Functionality is seperated into two folders:

  • /fetch_reviews:
    • Contains a few NodeJS scripts. One to fetch reviews for a given appId (you can find the appId in the url for the store page). Another script to make a JavaScript array out of the fetched reviews.
  • /explore_reviews:
    • A small Vue.js app that gives you a simple search UI for the reviews. Search functionality utilizes Elasticlunr.js. You can search for whatever you like, or use predefined keywords. Keywords are chosen based on research that suggest they will indicate different review categories pretty decently. Should work fine upto hundreds of thousands of review texts.

UI:

About

Full-text search with Vue.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages