azlyricsman

0.1.5 • Public • Published

azlyricsman Build Status Dependency Status

npm package

This uses azlyrics and gets the song of your choice and returns a promise with song lyrics, title, and song

Usage:

const lyrics = require('azlyricsman');
 
const get = lyrics.get('Meme Machine').then((song) => {
   console.log(`Lyrics for ${song.song} by ${song.artist}:\n${song.lyrics}`);
});

Readme

Keywords

Package Sidebar

Install

npm i azlyricsman

Weekly Downloads

0

Version

0.1.5

License

MIT

Unpacked Size

3.23 kB

Total Files

4

Last publish

Collaborators

  • devinthepancake