文件名称:node-trakt:trakt.tv API 的包装器
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-12 16:38:34
CoffeeScript
注意: 1.0.0 重写的自述文件尚未更新。 大多数方法将保持不变,我可能会实现对当前方法的一些支持(例如 current init({apikey: "apikey"})与 old init("apikey") )。 节点轨迹 node-trakt 是 trakt.tv API 的包装器。 它支持: 定义的所有 GET 和 POST 方法 用户授权/登录 安装 npm install node-trakt 例子 var trakt = require ( "node-trakt" ) ; trakt . init ( "api-key" ) ; // Get movie information for The Lone Ranger (2013) trakt . movieSummary ( { title : "tt1210819" } , function ( err , mo
【文件预览】:
node-trakt-master
----package.json(832B)
----gulpfile.coffee(388B)
----test()
--------index.coffee(955B)
----gulpfile.js(95B)
----src()
--------endpoints.coffee(2KB)
--------trakt.coffee(2KB)
----.gitignore(17B)
----README.md(2KB)