https://github.com/dweinstein/node-appland
appland client
https://github.com/dweinstein/node-appland
Last synced: 8 days ago
JSON representation
appland client
- Host: GitHub
- URL: https://github.com/dweinstein/node-appland
- Owner: dweinstein
- Created: 2015-07-29T22:47:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T00:03:27.000Z (almost 10 years ago)
- Last Synced: 2025-04-07T16:40:54.326Z (about 1 month ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-tools - Appland downloader (Node) - download apps from Appland third-party Android market (Android Security / Market Crawlers)
README
# SYNOPSIS
Download APKs from [appland](http://www.appland.se/);
# INSTALLATION
```sh
$ npm install -g appland
```# USAGE
```sh
$ appland-download -o foo.apk http://www.appland.se/sv/app/25823
or
$ appland-download http://www.appland.se/sv/app/25823 > foo.apk
```