Skip to content

Instantly share code, notes, and snippets.

@kittisak-phetrungnapha
Last active June 3, 2019 09:36
Show Gist options
  • Save kittisak-phetrungnapha/1a3d1d79ac429d8f07f6e1252ae7aabb to your computer and use it in GitHub Desktop.
Save kittisak-phetrungnapha/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