No commit activity in last 3 years
No release in over 3 years
Exited to watch its progress
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

Apple Store Search

Code Climate

Apple Store Search is the gem to search from apple store.

  • Simple to use

How to use it

gem install apple_store_search

You can call the Gem by

AppleStoreSearch::Search.new.search(options,selected) #it will return a json 

You can parse the JSON result. Pass the argument. options should be a hash that describe search criteria. selected should be an array.This describe what are the parameter should be returned from API call.

eg:- options={:term=>"a",:lang=>"en",:limit=>500} selected=['artistId','artistName']

See the Apple Search API Details See the Runygems to install.