stocktwits:StockTwits API包装器

时间:2024-06-01 20:46:29
【文件属性】:

文件名称:stocktwits:StockTwits API包装器

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-01 20:46:29

JavaScript

股票 $ npm install stocktwits $ npm test ##得到 接受API字符串,查询字符串参数(可选)和回调。 var st = require ( 'stocktwits' ) ; // without additional parameters st . get ( 'streams/user/StockTwits' , function ( err , res ) { console . log ( res . body ) ; } ) ; // pass optional parameters st . get ( 'streams/user/StockTwits' , { limit : 15 , filter : 'links' } , function ( err , res ) { console . log ( res . b


【文件预览】:
stocktwits-master
----package.json(607B)
----test()
--------get.js(2KB)
--------post.js(549B)
--------index.js(112B)
--------module.js(1KB)
----LICENSE(1KB)
----.gitignore(97B)
----lib()
--------stocktwits.js(3KB)
----README.md(1KB)

网友评论