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