ITUNES-PODCAST
itunes-podcasts is module that can get Podcast in itunes
using api site is here
Install
npm install itunes-podcasts
Usage
All functions in this module return Promise
Get Podcast List
queries
query's type can be object or string
config | required | etc | default |
---|---|---|---|
term | true | search query | |
country | false | iso country code | 'US' |
entry | false | 'podcastAuthor' or 'podcast' | |
lang | false | 'en_us' or 'ja_jp' | |
limit | false | 1 to 200 | 50 |
note. country is not podcast's origin place, that is sending country
//orvar itunesPodcasts = const queries = country: 'KR' term: '이진우의 손에 잡히는 경제'//orconst queries = '이진우의 손에 잡히는 경제' itunesPodcasts
get podcast and episodes
collectionId is number of itunes's id
parsing modules using node-podcast-parser
so, result form is the same as node-podcast-parser module
//orvar itunesPodcasts = const collectionId = 437788220itunesPodcasts
License
MIT