aptoide

0.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i aptoide

Weekly Downloads

5

Version

0.0.4

License

none

Last publish

Collaborators

  • dweinstein