get-gplay-app-details

[![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url]

Usage no npm install needed!

<script type="module">
  import getGplayAppDetails from 'https://cdn.skypack.dev/get-gplay-app-details';
</script>

README

Get Gplay App Details

NPM version NPM downloads Build status Test coverage

What is this?

A simple command line utility to get gplay app details.
You can use this locally as a utility, or call it as a command line from your backend server to get for example an app icon for the an Android App Package. The output from this command line utility is formatted as a JSON.

Installation

npm install -g get-gplay-app-details

Usage

To get Gmails app details from the play store, use this command.

get-package com.google.android.gm 

License

MIT license