/Competitor-Analysis-For-Android

Keep an eye on your enemies on the play store

Primary LanguageJavaScript

Competitor-Analysis-For-Android

This is a play store scraper built with Node.JS

Give it the package names of your app and your enemy's and it'll spit out a simple comparison between the apps.

How to run locally

  1. Download the repository

    git clone https://github.com/AdityaAnand1/Competitor-Analysis-For-Android cd Competitor-Analysis-For-Android

  2. Install dependencies

    npm install

  3. Run

node app

  1. Go to http://localhost:26000/competitor-analysis/ in any browser. Voila!