@ada-labs/applytics
v0.1.3
Published
A simple and easy-to-use library to fetch app details and reviews from the Apple App Store and Google Play Store.
Downloads
14
Maintainers
Readme
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)