tvdb-api-client:Node.js 客户端到 thetvdb.com api

时间:2024-08-03 01:18:17
【文件属性】:

文件名称:tvdb-api-client:Node.js 客户端到 thetvdb.com api

文件大小:9KB

文件格式:ZIP

更新时间:2024-08-03 01:18:17

JavaScript

#thetvdb.com api 客户端# 实用程序,用于从获取支持的语言、系列匹配系列名称和系列。 #安装# $ npm install --save git+https://github.com/christian-raedel/tvdb-api-client #用法# var client = require ( 'tvdb-api-client' ) ; client . fetchLanguages ( ) . then ( console . log ) ; client . fetchSeries ( seriesName , language ) . then ( console . log ) ; client . fetchEpisodes ( seriesId , language ) . then ( console . log ) ; 详细用法请看测


【文件预览】:
tvdb-api-client-master
----.jshintrc(78B)
----lib()
--------xml2json.js(1KB)
--------tvdb-api-client.js(4KB)
----.tern-project(67B)
----.dev-logo(51KB)
----.travis.yml(54B)
----test()
--------tvdb-api-client.spec.js(2KB)
--------xml2json.spec.js(732B)
----README.md(591B)
----Makefile(519B)
----.gitignore(14B)
----index.js(51B)
----package.json(742B)

网友评论