nodejs-searchitunes:轻量级的node.js模块可快速在Apple的iTunes Store中搜索音乐,电影,...
搜索区轻巧的Node.js软件包可快速在Apple iTunes Store和App Store中搜索音乐,电影,应用程序等。例子const searchitunes = require ( 'searchitunes' ) ; // Find free Github app for iPhone in Dutch App Store const params = { entity : 'software' , country : 'NL' , term : 'github' , limit : 1 , price : 0 , } ; searchitunes ( params ) . then ( console . log ) ; // Get one specific item by ID searchitunes ( { id : 512939461 }
13.7KB
文件大小:
评论区