vagalume-lyrics

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i vagalume-lyrics

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.3 kB

Total Files

4

Last publish

Collaborators

  • ricardobr001