facundoolano / google-play-scraper

Node.js scraper to get data from Google Play
MIT License
2.34k stars 631 forks source link

How to take reviews? #202

Closed keyloguer closed 6 years ago

keyloguer commented 6 years ago

Hello guys,

I have this code above, and i want to change the 'console.log' to a information in a HTML page. Could anyone help me to solve this problem?

`var gplay = require('google-play-scraper')

const result = gplay.reviews({ appId: 'com.mojang.minecraftpe', page: 0, sort: gplay.sort.HELPFUL }).then(console.log, console.log);`

facundoolano commented 6 years ago

This is not directly related to this library, please look for assistance with JavaScript/Node.js elsewhere.