slyrics

Fetch Lyrics Without Api Key

Usage no npm install needed!

<script type="module">
  import slyrics from 'https://cdn.skypack.dev/slyrics';
</script>

README

slyrics - Fetch Lyrics Without Api Key

NPM Badge JavaScript Style Guide

Contributors:

Sangoon_Is_Noob
Sangoon_Profile_SRC

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