itunes-search

1.0.1 • Public • Published

itunes-node

search against iTunes using nodejs

installation

npm install itunes-search

example

 
var itunes = require('itunes-search')
 
// http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html#searching
// options example:
// options = {
//    media: "movie" // options are: podcast, music, musicVideo, audiobook, shortFilm, tvShow, software, ebook, all
//  , entity: "movie"
//  , attribute: "movie"
//  , limit: 50
//  , explicit: "No" // explicit material
// }
var options = {
    media: "movie"
  , entity: "movie"
  , limit: 25
}
 
itunes.search( "field of dreams", options, function(response) {
  // do stuff with 'response'
})
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    46
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    46
  • 1.0.0
    2

Package Sidebar

Install

npm i itunes-search

Weekly Downloads

4

Version

1.0.1

License

none

Last publish

Collaborators

  • connor