@ada-labs/applytics
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@ada-labs/applytics (WIP)

Fetch information about your apps on the App Store and Google Play Store.

Total Downloads Latest Release License

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>

Package Sidebar

Install

npm i @ada-labs/applytics

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

81.8 kB

Total Files

48

Last publish

Collaborators

  • chrisrm