get-azlyrics

1.0.1 • Public • Published

get-azlyrics

NodeJS package to get lyrics from AZLyrics by simple [Artist - Song] query.

Example usage:

 
'use strict'
const lyrics = require('get-azlyrics');
 
lyrics.getLyrics('daft punk - Daftendirekt')
    .then(x => console.log(x))
    .catch(err => console.log(err))
    // outputs: Dafunk back to the punk come on
 

It is pretty crappy and broken, and you're more than welcome to fix my spaghetti code.

Package Sidebar

Install

npm i get-azlyrics

Weekly Downloads

2

Version

1.0.1

License

GPL-3.0

Unpacked Size

39.2 kB

Total Files

5

Last publish

Collaborators

  • bdnugget