lyric-fetcher

1.0.4 • Public • Published

Lyric Fetcher

NPM Version

Fetches lyrics to songs from online sources

Example

const lyrics = require('lyrics-fetcher')
 
let songInfo = {
    artist: 'The Fratellis',
      song: 'Chelsea Dagger'
}
 
lyrics(songInfo, (err, data) => {
    if (err)
        return console.error(err)
    console.log(data)
})

Package Sidebar

Install

npm i lyric-fetcher

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

3.35 kB

Total Files

6

Last publish

Collaborators

  • micmax