https://github.com/baneeishaque/apk-informer
Open Google Play page of the application from an apk file
https://github.com/baneeishaque/apk-informer
apk apk-info google-play google-play-store javascript javascript-library node node-js node-module nodejs nodejs-modules
Last synced: 4 months ago
JSON representation
Open Google Play page of the application from an apk file
- Host: GitHub
- URL: https://github.com/baneeishaque/apk-informer
- Owner: Baneeishaque
- License: gpl-3.0
- Created: 2019-09-29T10:22:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:50:55.000Z (over 2 years ago)
- Last Synced: 2025-08-01T14:51:35.340Z (10 months ago)
- Topics: apk, apk-info, google-play, google-play-store, javascript, javascript-library, node, node-js, node-module, nodejs, nodejs-modules
- Language: JavaScript
- Homepage:
- Size: 501 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @baneeishaque/apk-informer


Open Google Play page of the application from an apk file
## Install
```
$ npm install @bamblehorse/tiny
```
## Usage
```js
const tiny = require("@bamblehorse/tiny");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (:2:41)
// at :1:1