文件名称:get-lyrics:刮除Genius中给定歌曲标题的歌词
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-12 02:17:18
JavaScript
@ allvaa / get-lyrics 刮除Genius中给定歌曲标题的歌词。 安装 # npm npm i @allvaa/get-lyrics # yarn yarn add @allvaa/get-lyrics 使用 const song = require ( "@allvaa/get-lyrics" ) ; ( async ( ) => { const result = await song ( "title here" ) ; console . log ( result ) ; // returns Song object } ) ( ) ; Song对象 interface Song { title : string ; // song title image : string ; // song image geniu
【文件预览】:
get-lyrics-main
----.gitignore(2KB)
----README.md(538B)
----LICENSE(1KB)
----package.json(469B)
----index.js(1KB)
----index.d.ts(207B)
----yarn.lock(7KB)