Skip to content

hc5duke/apprank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

take app rank data from apple and rubyfy it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages