Simple Ruby wrapper for App Annie's analytics API
Add this line to your application's Gemfile:
gem 'app_annie', github: 'modeset/app_annie'
And then execute:
$ bundle
First, set your AppAnnie API key. You can do this via the APPANNIE_API_KEY environment variable, or by setting AppAnnie.api_key
(after setting your api key)
AppAnnie::Intelligence.top_app_charts(options)- required options:
market,device, andcategories - default options:
vertical: 'apps',countries: 'US' - all other options get passed as query params. See Intelligence API docs
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request

