1.0.14 • Published 3 years ago

node-red-contrib-googleplay v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

node-red-contrib-googleplay

Node-RED node for google-play-scraper

Install

To install the stable version use the Menu - Manage palette - Install option and search for node-red-contrib-googleplay, or run the following command in your Node-RED user directory, typically ~/.node-red

npm install node-red-contrib-googleplay

wrapper googleplay

Node.js module to scrape application data from the Google Play store

Sample Flow

You can make this json string into a flow by using the node-red flow import function.

Params

msg.func = 'reviews';
msg.appId = 'com.google.android.apps.translate'

// msg.func = 'app';
// msg.appId = 'com.google.android.apps.translate'

// msg.func = 'search';
// msg.term = "chaca";
// msg.num =  2

// msg.func = 'developer';
// msg.devId = "Google";

// msg.func = 'suggest';
// msg.term = "panda";

// msg.func = 'categories';

// msg.func = 'permissions';
msg.country='us'

return msg;
1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago