Socket
Socket
Sign inDemoInstall

app-store-ratings

Package Overview
Dependencies
7
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    app-store-ratings

Fetches data for app store ratings


Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

app-store-ratings

Ever had the need to fetch ratings for your IOS App using node? Tired of deducing the types returned by the AppStore API? Then app-store-ratings is what you're looking for!

Description

Simple wrapper that let's you fetch ratings for your IOS APP. Written in Typescript.

Why

There is no exposed API that returns JSON objects of the IOS App ratings. Had to rely on converting from xml to json on several projects and create a package for it.

Installation

Simplest way to install app-store-ratings is to use npm, just npm install app-store-ratings which will download app-store-ratings and all dependencies.

Usage

No extensive tutorials required. Learn by example.

Examples


import {fetchRatings} from 'app-store-ratings';

fetchRatings({ 
    projectId: 'XXX', // the IOS App projectId
    country: 'YYY' // Optional country if your app is available across many stores
})
.then(entries => console.log(entries))

Keywords

FAQs

Last updated on 15 Dec 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc