文件名称:twit-promise:Twit模块的包装器,其getpost方法返回本机Promise
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-07 10:33:43
JavaScript
承诺 模块的包装器,其get / post方法返回本机 用法 当Twit回调返回多个值时,我们使用then函数使事情变得简单: var Twit = require ( 'twit-promise' ) ; var T = new Twit ( { consumer_key : '...' , consumer_secret : '...' , access_token : '...' , access_token_secret : '...' } ) // tweet 'hello world!' T . post ( 'statuses/update' , { status : 'hello world!' } ) . then ( function ( result ) { console . log ( re
【文件预览】:
twit-promise-master
----index.js(852B)
----package.json(725B)
----test()
--------index.js(2KB)
----LICENSE(1KB)
----.gitignore(526B)
----README.md(1KB)