文件名称:worshiptogether:从worthiptogether主页http中获取歌曲
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-05 12:19:48
JavaScript
一起敬拜 该模块将帮助您从网站获得API响应 例子 const wt = require ( 'worshiptogether' ) wt . searchSong ( 'oceans' , songs => { console . log ( songs ) } ) const wt = require ( 'worshiptogether' ) wt . autocomplete ( '10000' , songs => { console . log ( songs ) } ) const wt = require ( 'worshiptogether' ) wt . searchVideo ( '10000' , songs => { console . log ( songs ) } ) const wt = require ( 'wors
【文件预览】:
worshiptogether-master
----index.js(4KB)
----package.json(397B)
----example.js(99B)
----.gitignore(41B)
----README.md(831B)