Update test.js

This commit is contained in:
2025-11-06 14:32:23 +07:00
parent 94c911150e
commit f7786b6b93

View File

@@ -1,5 +1,5 @@
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));
});