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'
})
 

/itunes-search/

    Package Sidebar

    Install

    npm i itunes-search

    Weekly Downloads

    4

    Version

    1.0.1

    License

    none

    Last publish

    Collaborators

    • connor