google-play-search

0.0.2 • Public • Published

google-play-search Build Status

Crawls Google Play store for app details

Install

Install with npm

npm install google-play-search --save

Example

var googlePlaySearch = require('google-play-search');
googlePlaySearch.fetch('com.google.android.music', function(err, gameData) {
  console.log(gameData);
});

Run tests

npm test

License

MIT © Mikko Lehtinen

Readme

Keywords

none

Package Sidebar

Install

npm i google-play-search

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • mikkolehtinen