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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.11latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.11
1.1.00
1.0.00

Package Sidebar

Install

npm i current-android-app-version

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

3.18 kB

Total Files

4

Last publish

Collaborators

  • jonny