app-store-scraper
app-store-scraper copied to clipboard
Required paramater for ratings bug
- Operating System: macOS Catalina 10.15.4
- Node version: v10.15.0
- app-play-scraper version: 0.16.2
Description:
In the documentation it states that either id
or appId
is required to get app ratings, although only id
works
Example code:
store.ratings({
appId: 'com.roblox.robloxmobile'
})
.then(console.log)
.catch(console.log)
Error message:
Error: id is required