current-android-app-version

1.1.1 • Public • Published

current-android-app-version

Get the current version of an Android app

Install

$ npm install current-android-app-version

Usage

const currentAndroidAppVersion = require('current-android-app-version');

currentAndroidAppVersion('bestande.bestande')
.then(version => {
  // => '2.16.2'
})
.catch(err => {
  // => {message: 'Could not find app'}
})

API

currentAndroidAppVersion(input)

input

Type: string

The Google Play ID. How do I find the Google Play ID?

See also

License

MIT © Jonny Burger

/current-android-app-version/

    Package Sidebar

    Install

    npm i current-android-app-version

    Weekly Downloads

    43

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    3.18 kB

    Total Files

    4

    Last publish

    Collaborators

    • jonny