1.1.1 • Published 7 years ago

current-android-app-version v1.1.1

Weekly downloads
293
License
MIT
Repository
github
Last release
7 years ago

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

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago