文件名称:YTPlain:用于从搜索中获取视频 ID 的纯文本 API
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-27 02:55:13
JavaScript
简单 一个纯文本 API,将返回最流行的视频 ID 进行搜索。 包括Redis缓存。 配置: 必须先配置此应用程序,然后才能使用它。 配置文件 { "redis": { "host": "127.0.0.1", // Redis hostname "port": 6379, // Redis port "pass": "" // Redis password }, "port": 8080, // Application port (where it will bind to) "addr": "0.0.0.0", // Application address (where it will bind to) "api": { "key": "ytAPIKeyGoesHere" // Youtube API key: https:/
【文件预览】:
YTPlain-master
----config.sample.json(162B)
----config.js(283B)
----LICENSE(1KB)
----README.md(576B)
----.gitignore(562B)
----index.js(1KB)
----package.json(238B)