facundoolano / aso

Tools for app store optimization on iTunes and Google Play
MIT License
720 stars 144 forks source link

Scrapper version fix try #18

Closed vishaletm closed 5 years ago

vishaletm commented 5 years ago

Done a test for suggest only

aso.suggest({
    strategy: aso.SIMILAR,
    appId: 'com.ubercab.uberlite',
    num: 5}).then(function(result) {

    console.log("Initialized user details");
    // Use user details from here
    console.log(result);
}, function(err) {
    console.log(err);
});

Result obtained ['app', 'taxi', 'https', 'time', 'driver' ]

facundoolano commented 5 years ago

Can you test the rest of the methods?

vishaletm commented 5 years ago

I will try to do it in this weekend. Little busy with other projects.

facundoolano commented 5 years ago

closing this in favor of #19