Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aditya94a/competitor-analysis-for-android

Keep an eye on your enemies on the play store
https://github.com/aditya94a/competitor-analysis-for-android

Last synced: about 2 months ago
JSON representation

Keep an eye on your enemies on the play store

Awesome Lists containing this project

README

        

# 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`

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