mirror of
https://github.com/tiennm99/miti-google-play-scraper.git
synced 2026-04-17 15:20:59 +00:00
Update test.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import gplay from 'google-play-scraper';
|
import gplay from 'google-play-scraper';
|
||||||
|
|
||||||
gplay.app({ appId: "pool.us" }).then(value => {
|
gplay.app({ appId: "pool.us", lang: "vi", country: "vn" }).then(value => {
|
||||||
console.log(JSON.stringify(value));
|
console.log(JSON.stringify(value));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user