README
slyrics - Fetch Lyrics Without Api Key
Contributors:
Sangoon_Is_Noob |
---|
![]() |
Interested this project? Contribute this project!
Installations
Using npm:
npm install slyrics --save
or Download this repository!
Examples
const Lyrics = require('slyrics')
const lyrics = new Lyrics()
async function test (provider, title) {
const start = new Date().getTime()
const result = await lyrics.get(provider, title)
console.log(result)
console.log(result.result)
console.log(new Date().getTime() - start + 'ms')
}
test('melon', 'Takeaway')
Provider | tag | Contributor |
---|---|---|
Melon | melon | Sangoon_Is_Noob |
AtoZLyrics | atoz | Sangoon_Is_Noob |