Reviews generator is built to help you download Google place reviews in a csv file. To see how it works, visit https://reviewsdownloader.herokuapp.com/.
Clone the repo
git clone https://github.com/sarahchima/reviews-generator.git
Cd into directory
cd reviews-generator
Install dependencies
npm install
Start the app
npm start