文件名称:node-pinboard:Pinboard API的Node.js包装器
文件大小:151KB
文件格式:ZIP
更新时间:2024-05-22 07:28:43
pinboard JavaScript
节点针板 Pinboard API的Node.js包装器。 安装 npm install node-pinboard 可用功能 node-pinboard遵循的(可以在上找到令牌)。 失误 在后台,node-pinboard使用node-fetch,因此API调用错误将遵循该库的模式。 测验 npm test 要确定代码覆盖率: npm run coverage 例子 const Pinboard = require ( 'node-pinboard' ) . default ; const api_token = 'user:NNNNNN' ; const pinboard = new Pinboard ( api_token ) ; const options = { url : 'https://github.com/maxmechanic/node-pinboard' ,
【文件预览】:
node-pinboard-master
----.travis.yml(46B)
----.eslintrc(318B)
----docs()
--------assets()
--------index.html(11KB)
--------globals.html(8KB)
--------classes()
--------modules()
----package.json(1KB)
----test()
--------index.js(8KB)
----.prettierrc(25B)
----.nycrc(53B)
----LICENSE(1KB)
----package-lock.json(116KB)
----tsconfig.json(576B)
----.gitignore(125B)
----CHANGELOG.md(432B)
----lib()
--------get.ts(636B)
--------types.ts(911B)
--------index.ts(3KB)
----README.md(2KB)
----.eslintignore(6B)