Sha256: b402411c8c6c49d63d3e9a55058efed2cda85ed43ae36146248600ebb659d2b4

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

# Apprank

Get iOS app rank data from Apple.

# Installation

To install, add apprank to your @Gemfile@ and run `bundle install`:

```
gem 'apprank'
```

## Demo

```
require 'apprank'
json = open('http://itunes.apple.com/us/rss/topfreeapplications/limit=25/json')
rank = Apprank::Rank.new(json)
rank.apps.first.name # => "Some popular free app name"
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apprank-1.0.1 README.md
apprank-1.0.0 README.md