app-annie-analytics

A small script to retrieve app analytics hosted by App Annie

Usage no npm install needed!

<script type="module">
  import appAnnieAnalytics from 'https://cdn.skypack.dev/app-annie-analytics';
</script>

README

app-annie-analytics

A small script to gather app analytics provided by App Annie.

Installation

Firstly, make sure to have signed up for App Annie and have registered your accounts to collect the analytics. Then you will need to generate an API Key. Finally, install the module with npm:

npm install app-annie-analytics

Usage

aaa -h

Usage: aaa [options]

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -A, --account [account]  account (App Store/Google Play) to inspect
    -a, --app [app]          app from account to inspect
    -o, --out [file]         output file
    -k, --key [key]          API Key (see https://support.appannie.com/hc/en-us/categories/200261564-Analytics-API-v1-2-)

Pull Requests

Always open for improvements to this module. There is still a lot of work to do, so feel free to submit a PR or raise an issue!