An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# @baneeishaque/apk-informer

![npm (scoped)](https://img.shields.io/npm/v/@baneeishaque/apk-informer)
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@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