google-play-search
v0.0.2
Published
Crawls Google Play store apps website, returning results as JSON
Readme
google-play-search 
Crawls Google Play store for app details
Install
Install with npm
npm install google-play-search --saveExample
var googlePlaySearch = require('google-play-search');
googlePlaySearch.fetch('com.google.android.music', function(err, gameData) {
console.log(gameData);
});Run tests
npm testLicense
MIT © Mikko Lehtinen
