ionic-playstore
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Welcome to "ionic-playstore"

ionic-playstore is a service that returns the app information.

Getting started

Install dependencies

$ npm install --save ionic-playstore

Import ionic-playstore

import { Playstore } from 'ionic-playstore';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule
  ],
  providers: [Playstore],
  bootstrap: [AppComponent]
})

export class AppModule { }

Example

import { Playstore } from 'ionic-playstore';

...

constructor(private playstore: Playstore) {}

this.playstore.getAppInfo(<playstore-apk-id>).then(data => {
  console.log(data)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i ionic-playstore

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

53.3 kB

Total Files

12

Last publish

Collaborators

  • mrafiqk