文件名称:instapaper-node-sdk:适用于Node.js的Instapaper API包装器
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-25 15:22:39
instapaper-api JavaScript
Instapaper API的Node.js包装器 安装 $ npm i instapaper-node-sdk 用法 const Instapaper = require ( 'instapaper-node-sdk' ) const client = new Instapaper ( KEY , SECRET ) client . setCredentials ( USERNAME , PASSWORD ) // get the list of your bookmarks client . list ( { limit : 100 } ) . then ( ( data ) => console . log ( data ) ) . catch ( ( err ) => console . log ( err ) ) API 实用程序 verifyCredentials() 书签 清
【文件预览】:
instapaper-node-sdk-master
----index.js(4KB)
----package.json(454B)
----readme.md(1KB)
----.gitignore(37B)