appstore-customerreviews

get Apple AppStore Reviews by npm Package

Usage no npm install needed!

<script type="module">
  import appstoreCustomerreviews from 'https://cdn.skypack.dev/appstore-customerreviews';
</script>

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)