mirror of
https://github.com/tiennm99/miti-google-play-scraper.git
synced 2026-04-17 15:20:59 +00:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
import gplay from 'google-play-scraper';
|
|
|
|
gplay.app({ appId: "pool.us" }).then(value => {
|
|
console.log(JSON.stringify(value));
|
|
});
|