dko26 / app_annie

Wrapper for the AppAnnie app store analytics API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppAnnie

Build Status Gem Version

Simple Ruby wrapper for App Annie's analytics API

Installation

Add this line to your application's Gemfile:

gem 'app_annie'

And then execute:

$ bundle

Or install it yourself as:

$ gem install app_annie

Usage

First, set your AppAnnie API key. You can do this via the APPANNIE_API_KEY environment variable, or by setting AppAnnie.api_key

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Wrapper for the AppAnnie app store analytics API

License:MIT License