Skip to content

Instantly share code, notes, and snippets.

@kphetrungnapha
Last active June 3, 2019 09:36
Show Gist options
  • Select an option

  • Save kphetrungnapha/1a3d1d79ac429d8f07f6e1252ae7aabb to your computer and use it in GitHub Desktop.

Select an option

Save kphetrungnapha/1a3d1d79ac429d8f07f6e1252ae7aabb to your computer and use it in GitHub Desktop.
const store = require('google-play-scraper');
store.reviews({
appId: 'com.facebook.katana',
page: 1,
sort: gplay.sort.RECENT
}).then(console.log, console.log);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment