5.0.0 • Published 6 years ago
solenolyrics v5.0.0
Solenolyrics
A lyrics api which is completely free.
Installing
npm install solenolyricsWhats New?
- Fixed bugs
Usage
const solenolyrics= require("solenolyrics"); 
var lyrics = await solenolyrics.requestLyricsFor(`faded`); 
console.log(lyrics);All Functions
- requestLyricsFor : Provides Lyrics
- requestIconFor : Provides Thumbnail
- requestTitleFor : Provides Song Title
- requestAuthorFor : Provides Song Author