Skip to content

digidanny/iTunes-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iTunesSearch

A gem for searching iTunes.

Usage

@payload = ITunesSearch.new.search({ 
  :term => "Angry Birds", 
  :media => "software",
  :limit => 10,
  :offset => 0
})

For full list of params see: Search API Documentation

Test

rspec spec

From the root directory of your application.

About

A gem for searching the iTunes store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages