appstore-customerreviews
v0.0.2
Published
get Apple AppStore Reviews by npm Package
Downloads
3
Readme
AppStore Reviews
get Apple AppStore Reviews by npm Package
install
yarn install appstore-customerreviews
or
npm install appstore-customerreviews
How To Use
import { AppStoreCustomerReviews } from "appstore-customerreviews";
const api = new AppStoreCustomerReviews({
id: "1341311162",
languageCode: "de"
});
api.getReviews().then(console.log)