Skip to content

JonnyBurger/current-android-app-version

Repository files navigation

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

About

Get current Android app version from Play Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published