文件名称:marvel-comics-api-stream:流Marvel API数据
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-09 09:25:38
JavaScript
惊奇漫画api流 流分页的数据。 默认情况下,流式传输直到没有剩余页面为止,但可以配置为流式传输有限数量的页面。 有关较低级别的界面,请参见 。 安装 npm install marvel-comics-api-stream --save 例子 var marvel = require ( 'marvel-comics-api-stream' ) // stream in 3 pages of data marvel ( 'comics' , { publicKey : conf . publicKey , privateKey : conf . privateKey , pages : 3 } ) . on ( 'info' , function ( ev ) { console . log ( '%s\n' , ev . attributionText ) } )
【文件预览】:
marvel-comics-api-stream-master
----.gitignore(68B)
----README.md(4KB)
----package.json(901B)
----index.js(2KB)
----LICENSE.md(1KB)
----test.js(1KB)
----.npmignore(109B)