Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dweinstein/node-appland
appland client
https://github.com/dweinstein/node-appland
Last synced: about 2 months ago
JSON representation
appland client
- Host: GitHub
- URL: https://github.com/dweinstein/node-appland
- Owner: dweinstein
- Created: 2015-07-29T22:47:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T00:03:27.000Z (over 9 years ago)
- Last Synced: 2024-10-27T23:25:19.063Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 16
- Watchers: 5
- 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
```