Skip to content

naughtyspirit/badboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badboy

Crawl apps from Google Play & iTunes

How to use

Google Play

var Badboy = require('badboy')
var app = yield Badboy.getAndroidApp("Android app package here")

iTunes

var Badboy = require('badboy')
var app = yield Badboy.getiOSApp("iTunes app id here")