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)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

Package Sidebar

Install

npm i lyric-fetcher

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

3.35 kB

Total Files

6

Last publish

Collaborators

  • micmax