Last active
June 3, 2019 09:36
-
-
Save kittisak-phetrungnapha/1a3d1d79ac429d8f07f6e1252ae7aabb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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