文件名称:Spotify-Search:使用 Node js 搜索 Spotify 的库
文件大小:18.61MB
文件格式:ZIP
更新时间:2024-07-07 11:49:04
JavaScript
Spotify-搜索 使用 Node js 搜索 Spotify 的库 设置 使用“git clone ”进行克隆; 从下载并安装 node.js 和 npm; 在根文件夹中,使用“npm install request”安装请求模块; 根据需要修改 search.txt 文件的内容,遵循 CSV 格式: 曲目名称; 艺术家; 通过“node {app.js | app_popularity_only.js} [search.txt]”命令运行代码,其中[search.txt] 是包含输入的输入文件。 所有结果都将输出到 [search].out 文件中。 app.js 将生成以下结构: 曲目名称(输入); 艺术家(输入); 曲目名称(输出); 艺术家(输出); 专辑名称; 大尺寸专辑封面; 中等大小的专辑封面; 小尺寸专辑封面; 跟踪URI; 人气;
【文件预览】:
Spotify-Search-master
----app.js(5KB)
----app_popularity_only.js(4KB)
----test_big.txt(49.41MB)
----test_medium.txt(5.67MB)
----README.md(1KB)
----test_small.txt(320B)