1.0.0 • Published 1 year ago

lyric-music v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Lyric Music

Search Lyrics

Installation

npm i lyric-music

Example

const lyrics = require("lyric-music"); 

async function liriks(title){
	try {
		const lyric = await lyrics(title);
		console.log(lyric);
	} catch (error) {
		console.log("Unknow lyric.");
	}
}
liriks("tabun")

Contributions

Software contributions are welcome. If you are not a dev, testing and reproting bugs can also be very helpful!

Questions?

Please open an issue if you have questions, wish to request a feature, etc.