vagalume-lyrics

Recovering lyrics from a specific song

Usage no npm install needed!

<script type="module">
  import vagalumeLyrics from 'https://cdn.skypack.dev/vagalume-lyrics';
</script>

README

Lyric

This is a simple lib that recover the lyric of a specific song in the vagalume website.
Enjoy it

Install

npm install vagalume-lyrics

Usage

const lyric = require('vagalume-lyrics')

lyric.getLyric(
    'AC/DC',
    'Highway to Hell'
).then(res => {
    console.log(res)
})
.catch(err => {
    console.log(err)
})

Requirement

Node on version 8.x or higher