0.0.4 • Published 9 years ago

aptoide v0.0.4

Weekly downloads
14
License
-
Repository
github
Last release
9 years ago

SYNOPSIS

Download APKs from aptoide.

INSTALLATION

$ npm install -g aptoide

USAGE

DETAILS

Get meta data for the package id.

$ aptoide-details com.viber.voip | jq '.'
{
  "status": "OK",
  "apk": {
    "id": 29752,
    "repo": "sambat",
    "package": "com.viber.voip",
    "icon": "http://pool.img.aptoide.com/sambat/aac5778dc22a11a75036e4ad22c35d33.png",
    "icon_hd": "http://pool.img.aptoide.com/sambat/cc3148e57a2928cd1ada1bbea553c3c2_icon.png",
    "minSdk": 5,
    "minScreen": "small",
...

DOWNLOAD

Download APK from the store using package id.

$ aptoide-download -o foo.apk com.viber.voip
or 
$ aptoide-download --id com.viber.voip > foo.apk
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago