0.1.2 • Published 19 days ago

@ada-labs/applytics v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

Installation

pnpm add @ada-labs/applytics

Usage

Apple App Store:

import { Applytics } from '@ada-labs/applytics';

const applytics = new Applytics();

applytics.appStore.get('284882215').then(console.log)

Google Play Store:

import { Applytics } from '@ada-labs/applytics';

const applytics = new Applytics();

applytics.playStore.get('com.facebook.katana').then(console.log)

Methods

get(appId: string): Promise<Application>

reviews(appId: string): Promise<Application>